Skip to content

Commit

Permalink
Merge pull request #10 from SOFware/reissue/0.3.1
Browse files Browse the repository at this point in the history
Bump version to 0.3.1
  • Loading branch information
saturnflyer authored Sep 6, 2024
2 parents 81bf672 + eb8f117 commit ba93b54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 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.3.1] - Unreleased

## [0.3.0] - 2024-09-06

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

- Default behavior of _this_ gem's release is to push finalize without a branch.

## [0.2.3] - Unreleased
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.3.0)
reissue (0.3.1)
rake

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

0 comments on commit ba93b54

Please sign in to comment.