Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 9, 2024
1 parent 0999afe commit ae71378
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.5] - Unreleased

## [0.1.4] - 2024-06-09

### Fixed

- Handle changlog files without an empty last line
- Handle empty version_limit in reformat task

## [0.1.3] - 2024-06-09

### Added

- Support for alhpa characters in version numbers
- Support for English names for Greek alphabet letters in version numbers

### Fixed

- Reissue.finalize returns the version and value as an array
- Documentation on the refined redo method in Gem::Version
- Limit major numbers to Integers
- Handle empty changelog files
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
reissue (0.1.4)
reissue (0.1.5)
rake

GEM
Expand Down
1 change: 1 addition & 0 deletions checksums/reissue-0.1.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6b2808d7caa4e12460cc90823f4524cac6431b521e4d4a898091a47e092498b4cfca88398f400f55c959b722f1685d9f643bee394f1baa77a6d397cf58dafaf6
2 changes: 1 addition & 1 deletion lib/reissue/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Reissue
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit ae71378

Please sign in to comment.