Skip to content

Commit ea53409

Browse files
chore(main): release google-cloud-trace-v2 1.5.0
1 parent 2eb7bb2 commit ea53409

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
"google-cloud-trace+FILLER": "0.0.0",
846846
"google-cloud-trace-v1": "1.5.1",
847847
"google-cloud-trace-v1+FILLER": "0.0.0",
848-
"google-cloud-trace-v2": "1.4.1",
848+
"google-cloud-trace-v2": "1.5.0",
849849
"google-cloud-trace-v2+FILLER": "0.0.0",
850850
"google-cloud-translate": "3.7.4",
851851
"google-cloud-translate+FILLER": "0.0.0",

google-cloud-trace-v2/CHANGELOG.md

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

3+
### 1.5.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+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32866](https://github.com/googleapis/google-cloud-ruby/issues/32866))
13+
314
### 1.4.1 (2025-10-27)
415

516
#### Documentation

google-cloud-trace-v2/lib/google/cloud/trace/v2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Trace
2323
module V2
24-
VERSION = "1.4.1"
24+
VERSION = "1.5.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)