Skip to content

Commit

Permalink
Prepare code for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Apr 12, 2024
1 parent 1910088 commit 9302f85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 2024-04-11
### Added:
- Initial release

## 0.1.1 - Unreleased
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ namespace :reissue do
Reissue.finalize(date, changelog_file: "CHANGELOG.md")
end
end

Rake::Task["release"].enhance do
Rake::Task[:reissue].invoke("patch")
end
1 change: 1 addition & 0 deletions checksums/reissue-0.1.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d21e29f7ce99898e91f2190e1456ed96e3736a9af4b8ac06ff217c08f019f3f87d9e7920f05ec61806240361f7c04c03db08e23f619d37d5fe0815e4da0e73f9
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.0"
VERSION = "0.1.1"
end

0 comments on commit 9302f85

Please sign in to comment.