Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 2, 2024
1 parent 50e513f commit 4e4f902
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 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.1] - Unreleased

## [0.2.0] - 2024-07-02

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

- Handle multiline changes

## [0.1.8] - Unreleased

### Changed

- Update the README.md to specify the default values for some configuration.

## [0.1.7] - 2024-06-10

### Fixed

- Pass the version_redo_proc to the Reissue.call in 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.0)
reissue (0.2.1)
rake

GEM
Expand Down
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.0"
VERSION = "0.2.1"
end

0 comments on commit 4e4f902

Please sign in to comment.