semantic_release 1.3.0 → 1.4.0
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 +6 -0
- data/lib/semantic_release/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7832fad0f3f8967ed0d411636a3c06db755a9d0b04ee277d03a1d649f13ec8dc
|
|
4
|
+
data.tar.gz: 6c2799b38a5e6214d20424c4a021441c9a2c666d166e7169f3ee954ed06a7c41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36a0b27d19854c3278c1bb078faee15399c6569ee90c59ce2f89cbdbb4f0a40f251bf6bec0666111b44864c5c6e7afdf60421e9c7c971247b31f94a68280edd6
|
|
7
|
+
data.tar.gz: 0ceb16fe8393351f5c3b6da7a01cb1f64d7952230eff228048e8d0e2eae70577b1f6bbe402638ac9ce0e8e7c6b7a8b46f19a3c6b9c2e1ff38be3beaf540eaf34
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## v1.4.0 (03 November 2025)
|
|
2
|
+
|
|
3
|
+
- ci: Bump actions/checkout from 4 to 5
|
|
4
|
+
- chore: Update development dependencies
|
|
5
|
+
- feat: Drop support for Ruby 3.1 which has reached End of Life
|
|
6
|
+
|
|
1
7
|
## v1.3.0 (10 February 2025)
|
|
2
8
|
|
|
3
9
|
- feat: Add config option to hide message about building and pushing the .gem file to rubygems.org
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semantic_release
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Bull
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: |
|
|
13
13
|
This gem helps you to manage the version number of your application or library. It provides Rake tasks to
|
|
@@ -46,14 +46,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
46
46
|
requirements:
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 3.
|
|
49
|
+
version: 3.2.0
|
|
50
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
|
-
rubygems_version: 3.6.
|
|
56
|
+
rubygems_version: 3.6.9
|
|
57
57
|
specification_version: 4
|
|
58
58
|
summary: Rake tasks to help you to manage your version number and releases
|
|
59
59
|
test_files: []
|