From eb8f117f35b5c34e2f5ce9965fe2e441dea04ad9 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Fri, 6 Sep 2024 07:57:40 -0400 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- checksums/reissue-0.3.0.gem.sha512 | 1 + lib/reissue/version.rb | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 checksums/reissue-0.3.0.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bef189..16e65e0 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.3.1] - Unreleased + ## [0.3.0] - 2024-09-06 ### Added @@ -14,5 +16,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Default behavior of _this_ gem's release is to push finalize without a branch. - -## [0.2.3] - Unreleased diff --git a/Gemfile.lock b/Gemfile.lock index 4949674..6a52f4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reissue (0.3.0) + reissue (0.3.1) rake GEM diff --git a/checksums/reissue-0.3.0.gem.sha512 b/checksums/reissue-0.3.0.gem.sha512 new file mode 100644 index 0000000..536dfdf --- /dev/null +++ b/checksums/reissue-0.3.0.gem.sha512 @@ -0,0 +1 @@ +e3689f913d00b3ca8642ad0b0150c5c04612f4a1df8239fe99cff4587e1ef75800172de9f6f42c37ed81b058e8bc2b3038fda7a31f97ce919f091f4c2e89839e diff --git a/lib/reissue/version.rb b/lib/reissue/version.rb index f71a4ef..3bd401c 100644 --- a/lib/reissue/version.rb +++ b/lib/reissue/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Reissue - VERSION = "0.3.0" + VERSION = "0.3.1" end