diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc8642..e286eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,10 @@ 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.8] - Unreleased + ## [0.1.7] - 2024-06-10 ### Fixed - Pass the version_redo_proc to the Reissue.call in the reissue task. - -## [0.1.6] - 2024-06-10 - -### Added - -- The ability to specify the version_redo_proc to customize the version number update process. - -### Fixed - -- Incorrect testing of Reissue.reformat diff --git a/Gemfile.lock b/Gemfile.lock index f137bad..f198259 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reissue (0.1.7) + reissue (0.1.8) rake GEM diff --git a/checksums/reissue-0.1.7.gem.sha512 b/checksums/reissue-0.1.7.gem.sha512 new file mode 100644 index 0000000..19fe6b7 --- /dev/null +++ b/checksums/reissue-0.1.7.gem.sha512 @@ -0,0 +1 @@ +3acd0f39ec33fc9f2a7cb469214477894bfa77c3f66b5af52452e49d4b8343cf14f75a7cb5ba929cb385ec828f3f7d5ea35b15cda4ad5390e2d9ce04e41fd464 diff --git a/lib/reissue/version.rb b/lib/reissue/version.rb index afc1a66..b44d852 100644 --- a/lib/reissue/version.rb +++ b/lib/reissue/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Reissue - VERSION = "0.1.7" + VERSION = "0.1.8" end