Skip to content

Commit

Permalink
chore: release 0.2.0 (#40)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.2.0](https://www.github.com/googleapis/python-retail/compare/v0.1.0...v0.2.0) (2021-05-28)


### Features

* bump release level to production/stable ([#39](https://www.github.com/googleapis/python-retail/issues/39)) ([c5b1e15](https://www.github.com/googleapis/python-retail/commit/c5b1e15f0d87dc5de7c511cb5b92a396e796ac8b))
* support self-signed JWT flow for service accounts ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))


### Bug Fixes

* add async client to %name_%version/init.py ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 7f6e605 commit 56fdc33
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-retail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-retail/compare/v0.1.0...v0.2.0) (2021-05-28)


### Features

* bump release level to production/stable ([#39](https://www.github.com/googleapis/python-retail/issues/39)) ([c5b1e15](https://www.github.com/googleapis/python-retail/commit/c5b1e15f0d87dc5de7c511cb5b92a396e796ac8b))
* support self-signed JWT flow for service accounts ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))


### Bug Fixes

* add async client to %name_%version/init.py ([879fd90](https://www.github.com/googleapis/python-retail/commit/879fd9014b358f220d47e381f2feac8fc931ea1e))

## 0.1.0 (2021-01-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-retail/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.1.0"
version = "0.2.0"

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

Expand Down

0 comments on commit 56fdc33

Please sign in to comment.