Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 2361abd

Browse files
chore(main): release 2.13.0
1 parent 443475b commit 2361abd

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.12.0"
2+
".": "2.13.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

77

8+
## [2.13.0](https://github.com/googleapis/python-firestore/compare/v2.12.0...v2.13.0) (2023-10-19)
9+
10+
11+
### Features
12+
13+
* Sum/Avg aggregation queries ([#715](https://github.com/googleapis/python-firestore/issues/715)) ([443475b](https://github.com/googleapis/python-firestore/commit/443475b01395a1749b02035313c54e1d775da09b))
14+
15+
16+
### Bug Fixes
17+
18+
* Ensure transactions rollback on failure ([#767](https://github.com/googleapis/python-firestore/issues/767)) ([cdaf25b](https://github.com/googleapis/python-firestore/commit/cdaf25b35d27355e4ea577843004fdc2d16bb4ac))
19+
* Improve AsyncQuery typing ([#782](https://github.com/googleapis/python-firestore/issues/782)) ([ae1247b](https://github.com/googleapis/python-firestore/commit/ae1247b4502d395eac7b387dbdd5ef162264069f))
20+
21+
22+
### Documentation
23+
24+
* Minor formatting ([41b5ea0](https://github.com/googleapis/python-firestore/commit/41b5ea091245bea291c8de841205ecb53a26087f))
25+
826
## [2.12.0](https://github.com/googleapis/python-firestore/compare/v2.11.1...v2.12.0) (2023-08-07)
927

1028

google/cloud/firestore/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.12.0" # {x-release-please-version}
16+
__version__ = "2.13.0" # {x-release-please-version}

google/cloud/firestore_admin_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.12.0" # {x-release-please-version}
16+
__version__ = "2.13.0" # {x-release-please-version}

google/cloud/firestore_bundle/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.12.0" # {x-release-please-version}
16+
__version__ = "2.13.0" # {x-release-please-version}

google/cloud/firestore_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.12.0" # {x-release-please-version}
16+
__version__ = "2.13.0" # {x-release-please-version}

0 commit comments

Comments
 (0)