From cee58582d6ff1644d18cc0868391134e7f6157af Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Mon, 29 Jul 2024 18:12:40 -0400 Subject: [PATCH] Bump version to 0.2.2 --- CHANGELOG.md | 16 ++-------------- Gemfile.lock | 2 +- checksums/reissue-0.2.1.gem.sha512 | 1 + lib/reissue/version.rb | 2 +- 4 files changed, 5 insertions(+), 16 deletions(-) create mode 100644 checksums/reissue-0.2.1.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f12e54..0c9d4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 04f4e0d..3b6ffce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reissue (0.2.1) + reissue (0.2.2) rake GEM diff --git a/checksums/reissue-0.2.1.gem.sha512 b/checksums/reissue-0.2.1.gem.sha512 new file mode 100644 index 0000000..ea6934a --- /dev/null +++ b/checksums/reissue-0.2.1.gem.sha512 @@ -0,0 +1 @@ +992679566060bc73bd4dc7f13d878d9503662d2e74cbdabff765d40b8059aa19f63f6089df599d2ced32fe2265e07d919bbf1408ff9fe873c510897bee4b3a8c diff --git a/lib/reissue/version.rb b/lib/reissue/version.rb index 8c9234e..8c15813 100644 --- a/lib/reissue/version.rb +++ b/lib/reissue/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Reissue - VERSION = "0.2.1" + VERSION = "0.2.2" end