We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908adbc commit 28434efCopy full SHA for 28434ef
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- "google-cloud-spanner": "2.32.0"
+ "google-cloud-spanner": "2.33.0"
3
}
google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 2.33.0 (2025-12-12)
4
+
5
+#### Features
6
7
+* Support :UUID data type ([#139](https://github.com/googleapis/ruby-spanner/issues/139))
8
9
### 2.32.0 (2025-12-04)
10
11
#### Features
google-cloud-spanner/lib/google/cloud/spanner/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
module Spanner
19
- VERSION = "2.32.0".freeze
+ VERSION = "2.33.0".freeze
20
end
21
22
0 commit comments