Skip to content

Commit fa0f74e

Browse files
chore(main): release 2.13.0 (#763)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Daniel Sanche <sanche@google.com>
1 parent a2b3dee commit fa0f74e

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed
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
}

packages/google-cloud-firestore/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-23)
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

packages/google-cloud-firestore/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}

packages/google-cloud-firestore/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}

packages/google-cloud-firestore/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}

packages/google-cloud-firestore/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)