Skip to content

Commit 49f862e

Browse files
chore(main): release stackdriver 0.24.0
1 parent 2eb7bb2 commit 49f862e

3 files changed

Lines changed: 12 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
### 0.24.0 (2026-03-30)
4+
5+
#### Features
6+
7+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
12+
313
### 0.23.0 (2025-03-04)
414

515
#### 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)