Skip to content

Commit e1ed795

Browse files
chore(main): release google-cloud-trace 0.46.0
1 parent 8aa7cf8 commit e1ed795

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
@@ -857,7 +857,7 @@
857857
"google-cloud-tpu+FILLER": "0.0.0",
858858
"google-cloud-tpu-v1": "1.6.0",
859859
"google-cloud-tpu-v1+FILLER": "0.0.0",
860-
"google-cloud-trace": "0.45.0",
860+
"google-cloud-trace": "0.46.0",
861861
"google-cloud-trace+FILLER": "0.0.0",
862862
"google-cloud-trace-v1": "1.5.1",
863863
"google-cloud-trace-v1+FILLER": "0.0.0",

google-cloud-trace/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.46.0 (2026-05-17)
4+
5+
#### Features
6+
7+
* Upgrade to Ruby 3.2 minimum ([#33813](https://github.com/googleapis/google-cloud-ruby/issues/33813))
8+
39
### 0.45.0 (2025-03-04)
410

511
#### Features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Trace
19-
VERSION = "0.45.0".freeze
19+
VERSION = "0.46.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)