Skip to content

Commit 6811a24

Browse files
chore(main): release signet 0.20.0 (#247)
1 parent 0a52f64 commit 6811a24

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.0"
2+
".": "0.20.0"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 0.20.0 (2025-04-30)
4+
5+
#### Features
6+
7+
* Updated minimum Ruby version to 3.1 ([#253](https://github.com/googleapis/signet/issues/253))
8+
39
### 0.19.0 (2024-02-01)
410

511
#### Features

lib/signet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
module Signet
16-
VERSION = "0.19.0".freeze
16+
VERSION = "0.20.0".freeze
1717
end

0 commit comments

Comments
 (0)