reissue 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -10
- data/lib/reissue/printer.rb +1 -1
- data/lib/reissue/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4cc74e34e41fc5b950be6012c3b517235f0a6537f30c09ae17c6f8d66240407a
|
4
|
+
data.tar.gz: 19f8f5b5bb7cdce525e26d3def6c18139462def2b9ac5c936659a7f4608bf213
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84e988380692e405e2e173e2e87cb9e6088328e120640c4a482b3e737985961abe40f1ecadffd674113489f635101d0f75777d56635a3636b054f27c275c1be7
|
7
|
+
data.tar.gz: 02f0db508076455faf195b7f1b0ecd8d8ab3b1e772e61f335935b48f2bde96aee76aa6a89c9a8e39c44d358fe3d2d70d1fe41c2d4bd2ccdb445c0b103ed4b853
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
7
7
|
|
8
|
+
## [0.3.2] - 2025-01-16
|
9
|
+
|
10
|
+
### Fixed
|
11
|
+
|
12
|
+
- Parser will handle nil changes
|
13
|
+
|
8
14
|
## [0.3.1] - 2025-01-16
|
9
15
|
|
10
16
|
### Added
|
@@ -16,13 +22,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
16
22
|
- Set the name of the `reissue:branch` argument to `branch_name` to be clearer.
|
17
23
|
- Inject the constants in the `create` method.
|
18
24
|
- Updated the tested Ruby version to 3.4.
|
19
|
-
|
20
|
-
## [0.3.0] - 2024-09-06
|
21
|
-
|
22
|
-
### Added
|
23
|
-
|
24
|
-
- Add `push_reissue` option to control pushing changes to the remote repository.
|
25
|
-
|
26
|
-
### Changed
|
27
|
-
|
28
|
-
- Default behavior of _this_ gem's release is to push finalize without a branch.
|
data/lib/reissue/printer.rb
CHANGED
data/lib/reissue/version.rb
CHANGED