From ae71378cfefbc52f2d62633f50e5c5a8e72cb833 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Sun, 9 Jun 2024 11:16:19 -0400 Subject: [PATCH] Bump version to 0.1.5 --- CHANGELOG.md | 16 ++-------------- Gemfile.lock | 2 +- checksums/reissue-0.1.4.gem.sha512 | 1 + lib/reissue/version.rb | 2 +- 4 files changed, 5 insertions(+), 16 deletions(-) create mode 100644 checksums/reissue-0.1.4.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 90837b1..7d15e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,11 @@ 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.5] - Unreleased + ## [0.1.4] - 2024-06-09 ### Fixed - Handle changlog files without an empty last line - Handle empty version_limit in reformat task - -## [0.1.3] - 2024-06-09 - -### Added - -- Support for alhpa characters in version numbers -- Support for English names for Greek alphabet letters in version numbers - -### Fixed - -- Reissue.finalize returns the version and value as an array -- Documentation on the refined redo method in Gem::Version -- Limit major numbers to Integers -- Handle empty changelog files diff --git a/Gemfile.lock b/Gemfile.lock index 901115e..9b134aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - reissue (0.1.4) + reissue (0.1.5) rake GEM diff --git a/checksums/reissue-0.1.4.gem.sha512 b/checksums/reissue-0.1.4.gem.sha512 new file mode 100644 index 0000000..4a55f98 --- /dev/null +++ b/checksums/reissue-0.1.4.gem.sha512 @@ -0,0 +1 @@ +6b2808d7caa4e12460cc90823f4524cac6431b521e4d4a898091a47e092498b4cfca88398f400f55c959b722f1685d9f643bee394f1baa77a6d397cf58dafaf6 diff --git a/lib/reissue/version.rb b/lib/reissue/version.rb index 22ba941..0ecc22f 100644 --- a/lib/reissue/version.rb +++ b/lib/reissue/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Reissue - VERSION = "0.1.4" + VERSION = "0.1.5" end