Skip to content

Commit e552e71

Browse files
chore(main): release stackdriver 0.24.0 (#33427)
* chore(main): release stackdriver 0.24.0 * chore: combine duplicate Ruby 4.0 release notes --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yoshi Automation Bot <[email protected]>
1 parent 84374b6 commit e552e71

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
"grafeas-v1+FILLER": "0.0.0",
10441044
"help": "0.0.1",
10451045
"help+FILLER": "0.0.0",
1046-
"stackdriver": "0.23.0",
1046+
"stackdriver": "0.24.0",
10471047
"stackdriver+FILLER": "0.0.0",
10481048
"stackdriver-core": "1.7.0",
10491049
"stackdriver-core+FILLER": "0.0.0"

stackdriver/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.24.0 (2026-03-31)
4+
5+
#### Features
6+
7+
* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
8+
39
### 0.23.0 (2025-03-04)
410

511
#### Features

stackdriver/lib/stackdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
module Stackdriver
17-
VERSION = "0.23.0".freeze
17+
VERSION = "0.24.0".freeze
1818
end

0 commit comments

Comments
 (0)