Skip to content

Commit

Permalink
Bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 10, 2024
1 parent b6c89b9 commit 31112cf
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,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
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.7)
reissue (0.1.8)
rake

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

0 comments on commit 31112cf

Please sign in to comment.