Skip to content

Commit fa2bdde

Browse files
chore(main): release google-cloud-datastore 2.13.1
1 parent 92c4099 commit fa2bdde

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"google-cloud-dataqna+FILLER": "0.0.0",
312312
"google-cloud-dataqna-v1alpha": "0.11.1",
313313
"google-cloud-dataqna-v1alpha+FILLER": "0.0.0",
314-
"google-cloud-datastore": "2.13.0",
314+
"google-cloud-datastore": "2.13.1",
315315
"google-cloud-datastore+FILLER": "0.0.0",
316316
"google-cloud-datastore-admin": "0.5.2",
317317
"google-cloud-datastore-admin+FILLER": "0.0.0",

google-cloud-datastore/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+
### 2.13.1 (2025-11-01)
4+
5+
#### Documentation
6+
7+
* add warning about loading unvalidated credentials ([#32121](https://github.com/googleapis/google-cloud-ruby/issues/32121))
8+
39
### 2.13.0 (2025-07-24)
410

511
#### Features

google-cloud-datastore/lib/google/cloud/datastore/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 Datastore
19-
VERSION = "2.13.0".freeze
19+
VERSION = "2.13.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)