Skip to content

Commit 515b72c

Browse files
chore(main): release 0.2.1 (#73)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5ed5d33 commit 515b72c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/python-certificate-manager/compare/v0.2.0...v0.2.1) (2022-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#72](https://github.com/googleapis/python-certificate-manager/issues/72)) ([414f5c5](https://github.com/googleapis/python-certificate-manager/commit/414f5c55c069df7614074973a243af47de8fb4aa))
9+
* **deps:** require proto-plus >= 1.22.0 ([414f5c5](https://github.com/googleapis/python-certificate-manager/commit/414f5c55c069df7614074973a243af47de8fb4aa))
10+
311
## [0.2.0](https://github.com/googleapis/python-certificate-manager/compare/v0.1.3...v0.2.0) (2022-07-16)
412

513

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

+1-1
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.2.0"
25+
version = "0.2.1"
2626
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)