File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- reissue (0.4.1 )
4+ reissue (0.4.2 )
55 rake
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Reissue
4- VERSION = "0.4.1 "
4+ VERSION = "0.4.2 "
55end
You can’t perform that action at this time.
0 commit comments