patches 3.6.0 → 3.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/lib/patches/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: 3ef48f4cd04fd29602ab012fab6414c16cece6fa3ecd687f9deac3ff9244bf7b
|
|
4
|
+
data.tar.gz: f89c55aa18e9f84e77e5a26872896df6b5b0819842e940976b262a5b20e55dda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5899f3e9202d2227efd661d38771eef7534ac48414903b1fbd66820631ccf8dd90dcb20b2bc9f8bfbca81375388fe531acacab6dc294c92a621804083fd0b93b
|
|
7
|
+
data.tar.gz: 59707c3bb9d64ad45971fa7ef2287c346aa72fe6bcb393ed027ddd47ca6202feff2034b5ec30c1a32e5d39041ba4fe2bb2d1ee6ca625aabc58d87978f7e9e7c6
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.6.2] - 2022-08-10
|
|
10
|
+
|
|
11
|
+
Fixes incorrect release - tag and published gem back in sync
|
|
12
|
+
|
|
13
|
+
## [3.6.1] - 2022-08-10
|
|
14
|
+
### Added
|
|
15
|
+
- Github actions to publish to Rubygems upon release
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Fix `patches:pending` rake task
|
|
19
|
+
|
|
9
20
|
## [3.6.0] - 2022-05-27
|
|
21
|
+
|
|
22
|
+
3.6.1 changes were incorrectly published as 3.6.0 but tagged as 3.6.1
|
|
23
|
+
|
|
10
24
|
### Added
|
|
11
25
|
- Added `notification_prefix` and `notification_suffix` to configuration options
|
|
12
26
|
- Linked to docs/usage.md in README
|
data/lib/patches/version.rb
CHANGED