Skip to content

Commit

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

## [0.2.1] - 2024-07-29

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

- Return the new version from the reissue task

## [0.2.0] - 2024-07-02

### Added

- Reissue::Markdown class to implement the Reissue::Parser.parse behavior

### Removed

- Reissue::Parser implementation

### Fixed

- Handle multiline changes
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.1)
reissue (0.2.2)
rake

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

0 comments on commit cee5858

Please sign in to comment.