Skip to content

Commit 581a5b4

Browse files
authored
Merge pull request #47 from SOFware/reissue/0.4.2
Bump version to 0.4.2
2 parents 9ce2cc5 + c0a2a6c commit 581a5b4

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.4.2] - Unreleased
9+
810
## [0.4.1] - 2025-08-18
911

1012
### Added
@@ -18,10 +20,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1820
- Update README to clarify information about typical usage
1921
- Updated the shared gem release workflow to work with hyphenated gem names.
2022
- Rely on `rubygems/configure-rubygems-credentials` action.
21-
22-
## [0.4.0] - 2025-05-08
23-
24-
### Changed
25-
26-
- Update reformat task to create a new changelog if it doesn't exist
27-
- Update the `reissue:branch` task to force create a new branch if it already exists.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
reissue (0.4.1)
4+
reissue (0.4.2)
55
rake
66

77
GEM

lib/reissue/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Reissue
4-
VERSION = "0.4.1"
4+
VERSION = "0.4.2"
55
end

0 commit comments

Comments
 (0)