Skip to content

Commit af56a84

Browse files
chore(main): release google-cloud-datastore-v1 1.6.0 (#33066)
* chore(main): release google-cloud-datastore-v1 1.6.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ffe8b17 commit af56a84

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
"google-cloud-datastore-admin+FILLER": "0.0.0",
340340
"google-cloud-datastore-admin-v1": "1.6.0",
341341
"google-cloud-datastore-admin-v1+FILLER": "0.0.0",
342-
"google-cloud-datastore-v1": "1.5.1",
342+
"google-cloud-datastore-v1": "1.6.0",
343343
"google-cloud-datastore-v1+FILLER": "0.0.0",
344344
"google-cloud-datastream": "2.1.0",
345345
"google-cloud-datastream+FILLER": "0.0.0",

google-cloud-datastore-v1/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.6.0 (2026-03-31)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32885](https://github.com/googleapis/google-cloud-ruby/issues/32885))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
13+
314
### 1.5.1 (2025-10-27)
415

516
#### Documentation

google-cloud-datastore-v1/lib/google/cloud/datastore/v1/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 Datastore
2323
module V1
24-
VERSION = "1.5.1"
24+
VERSION = "1.6.0"
2525
end
2626
end
2727
end

google-cloud-datastore-v1/snippets/snippet_metadata_google.datastore.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-datastore-v1",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)