Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

chore(main): release 3.9.0 #472

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.8.4"
".": "3.9.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

[1]: https://pypi.org/project/google-cloud-translate/#history

## [3.9.0](https://github.com/googleapis/python-translate/compare/v3.8.4...v3.9.0) (2022-12-15)


### Features

* Add typing to proto.Message based class attributes ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))


### Bug Fixes

* Add dict typing for client_options ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* Drop usage of pkg_resources ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* Fix timeout default values ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([60573e6](https://github.com/googleapis/python-translate/commit/60573e6df214de4ea1a893d751d76e6fc2d05810))

## [3.8.4](https://github.com/googleapis/python-translate/compare/v3.8.3...v3.8.4) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/translate/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.8.4" # {x-release-please-version}
__version__ = "3.9.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/translate_v3/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.8.4" # {x-release-please-version}
__version__ = "3.9.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/translate_v3beta1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.8.4" # {x-release-please-version}
__version__ = "3.9.0" # {x-release-please-version}