Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#96)
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 Dec 15, 2022
1 parent 1b447e8 commit 85b345f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.2.0"
}
22 changes: 22 additions & 0 deletions packages/google-cloud-certificate-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.2.0](https://github.com/googleapis/python-certificate-manager/compare/v1.1.1...v1.2.0) (2022-12-15)


### Features

* Add support for `google.cloud.certificate_manager.__version__` ([7ba10a7](https://github.com/googleapis/python-certificate-manager/commit/7ba10a7a3c7b35b10fce05d7e61cb9a180040faf))
* Add typing to proto.Message based class attributes ([7ba10a7](https://github.com/googleapis/python-certificate-manager/commit/7ba10a7a3c7b35b10fce05d7e61cb9a180040faf))


### Bug Fixes

* Add dict typing for client_options ([7ba10a7](https://github.com/googleapis/python-certificate-manager/commit/7ba10a7a3c7b35b10fce05d7e61cb9a180040faf))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([2cb2cff](https://github.com/googleapis/python-certificate-manager/commit/2cb2cff75b04a8a4462d7400d43b4c1c1768485d))
* Drop usage of pkg_resources ([2cb2cff](https://github.com/googleapis/python-certificate-manager/commit/2cb2cff75b04a8a4462d7400d43b4c1c1768485d))
* Fix timeout default values ([2cb2cff](https://github.com/googleapis/python-certificate-manager/commit/2cb2cff75b04a8a4462d7400d43b4c1c1768485d))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([7ba10a7](https://github.com/googleapis/python-certificate-manager/commit/7ba10a7a3c7b35b10fce05d7e61cb9a180040faf))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([2cb2cff](https://github.com/googleapis/python-certificate-manager/commit/2cb2cff75b04a8a4462d7400d43b4c1c1768485d))

## [1.1.1](https://github.com/googleapis/python-certificate-manager/compare/v1.1.0...v1.1.1) (2022-10-07)


Expand Down
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__ = "1.1.1" # {x-release-please-version}
__version__ = "1.2.0" # {x-release-please-version}
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__ = "1.1.1" # {x-release-please-version}
__version__ = "1.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-certificate-manager",
"version": "0.1.0"
"version": "1.2.0"
},
"snippets": [
{
Expand Down

0 comments on commit 85b345f

Please sign in to comment.