Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Sep 6, 2024
1 parent 558fccd commit 4236656
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.2.3] - Unreleased

## [0.2.2] - 2024-09-06

### Added
Expand All @@ -16,13 +18,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Require the 'date' library in tests to ensure the Date constant is present
- Ensure that `updated_paths` are always enumerable

## [0.2.1] - 2024-07-29

### Added

- Release notes and the checksum for the 0.2.0 version

### Changed

- Return the new version from the reissue task
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.2.2)
reissue (0.2.3)
rake

GEM
Expand Down
1 change: 1 addition & 0 deletions checksums/reissue-0.2.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d83531de402399dc840bda978d038611375f78c1ca712e655d31fe008e8ebd68bfe1091bf55a52de6fa7320473b082b96e0f9adf287571b06317f82f6494e815
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.2.2"
VERSION = "0.2.3"
end

0 comments on commit 4236656

Please sign in to comment.