Skip to content

Commit

Permalink
chore(main): release 2.15.0 (#830)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Daniel Sanche <sanche@google.com>
  • Loading branch information
release-please[bot] and daniel-sanche committed Feb 21, 2024
1 parent efd9e79 commit 3a572b5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.14.0"
".": "2.15.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,25 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## [2.15.0](https://github.com/googleapis/python-firestore/compare/v2.14.0...v2.15.0) (2024-02-20)


### Features

* Add DeleteDatabase API and delete protection ([18f61c2](https://github.com/googleapis/python-firestore/commit/18f61c2ffd15cfd065fcfdb0caa1bcca8eb4c6c6))


### Bug Fixes

* Find emulator project id from environment variable ([afd16e1](https://github.com/googleapis/python-firestore/commit/afd16e109a875df6ef51b3fa760235b9b454c9be))


### Documentation

* Fix formatting due to unclosed backtick ([18f61c2](https://github.com/googleapis/python-firestore/commit/18f61c2ffd15cfd065fcfdb0caa1bcca8eb4c6c6))
* Improve the documentation on Document.fields ([#831](https://github.com/googleapis/python-firestore/issues/831)) ([19a55bd](https://github.com/googleapis/python-firestore/commit/19a55bda7b5f5e26ff334ae79f0a33b2bb9472e3))
* Update Database API description ([18f61c2](https://github.com/googleapis/python-firestore/commit/18f61c2ffd15cfd065fcfdb0caa1bcca8eb4c6c6))

## [2.14.0](https://github.com/googleapis/python-firestore/compare/v2.13.1...v2.14.0) (2023-12-13)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/firestore/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.14.0" # {x-release-please-version}
__version__ = "2.15.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_admin_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.14.0" # {x-release-please-version}
__version__ = "2.15.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_bundle/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.14.0" # {x-release-please-version}
__version__ = "2.15.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.14.0" # {x-release-please-version}
__version__ = "2.15.0" # {x-release-please-version}

0 comments on commit 3a572b5

Please sign in to comment.