Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#195)
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>
  • Loading branch information
release-please[bot] committed Sep 19, 2022
1 parent a778761 commit 6957222
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-area120-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.0](https://github.com/googleapis/python-area120-tables/compare/v0.7.1...v0.8.0) (2022-09-16)


### Features

* Add support for REST transport ([#194](https://github.com/googleapis/python-area120-tables/issues/194)) ([14bab6c](https://github.com/googleapis/python-area120-tables/commit/14bab6c92a74aa27b2dac80543171082a7c4c189))


### Bug Fixes

* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([14bab6c](https://github.com/googleapis/python-area120-tables/commit/14bab6c92a74aa27b2dac80543171082a7c4c189))
* **deps:** require protobuf >= 3.20.1 ([14bab6c](https://github.com/googleapis/python-area120-tables/commit/14bab6c92a74aa27b2dac80543171082a7c4c189))

## [0.7.1](https://github.com/googleapis/python-area120-tables/compare/v0.7.0...v0.7.1) (2022-08-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-area120-tables/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "0.7.1"
version = "0.8.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 6957222

Please sign in to comment.