Skip to content

Commit

Permalink
chore(main): release firestore 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 14, 2024
1 parent 30b038d commit 4973d33
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bigtable": "1.22.0",
"datastore": "1.15.0",
"errorreporting": "0.3.0",
"firestore": "1.15.0",
"firestore": "1.16.0",
"logging": "1.9.0",
"profiler": "0.4.0",
"pubsub": "1.37.0",
Expand Down
13 changes: 12 additions & 1 deletion firestore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.15.0...firestore/v1.16.0) (2024-03-14)


### Features

* **firestore:** Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats ([05f58cc](https://github.com/googleapis/google-cloud-go/commit/05f58ccce530d8a3ab404356929352002d5156ba))


### Bug Fixes

* **firestore:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))

## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.14.0...firestore/v1.15.0) (2024-03-05)


Expand Down Expand Up @@ -192,4 +204,3 @@

This is the first tag to carve out firestore as its own module. See:
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

2 changes: 1 addition & 1 deletion firestore/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.15.0"
const Version = "1.16.0"

0 comments on commit 4973d33

Please sign in to comment.