Skip to content

Commit 0d62e95

Browse files
chore(main): release 0.1.3 (#56)
* chore(main): release 0.1.3 * chore: prune changelog Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent e12d7f7 commit 0d62e95

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/google-cloud-certificate-manager/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3-
### [0.1.2](https://github.com/googleapis/python-certificate-manager/compare/v0.1.1...v0.1.2) (2022-03-30)
3+
## [0.1.3](https://github.com/googleapis/python-certificate-manager/compare/v0.1.2...v0.1.3) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#55](https://github.com/googleapis/python-certificate-manager/issues/55)) ([14a09d2](https://github.com/googleapis/python-certificate-manager/commit/14a09d2bfd6920632250ad8b3c8dac3b80884273))
9+
10+
## [0.1.2](https://github.com/googleapis/python-certificate-manager/compare/v0.1.1...v0.1.2) (2022-03-30)
411

512

613
### Bug Fixes
714

815
* Updated resource patterns to comply with https://google.aip.dev/123#annotating-resource-types ([#17](https://github.com/googleapis/python-certificate-manager/issues/17)) ([71f74bf](https://github.com/googleapis/python-certificate-manager/commit/71f74bf5e25c732f51ac6db32bc204e6116cbad2))
916

10-
### [0.1.1](https://github.com/googleapis/python-certificate-manager/compare/v0.1.0...v0.1.1) (2022-03-05)
17+
## [0.1.1](https://github.com/googleapis/python-certificate-manager/compare/v0.1.0...v0.1.1) (2022-03-05)
1118

1219

1320
### Bug Fixes

packages/google-cloud-certificate-manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "google-cloud-certificate-manager"
2323
description = "Certificate Manager API client library"
2424
url = "https://github.com/googleapis/python-certificate-manager"
25-
version = "0.1.2"
25+
version = "0.1.3"
2626
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
2828
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)