Skip to content

Commit 075452d

Browse files
chore(main): release 0.2.2 (#33)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent de24ec1 commit 075452d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-gke-backup/CHANGELOG.md

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

3+
## [0.2.2](https://github.com/googleapis/python-gke-backup/compare/v0.2.1...v0.2.2) (2022-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Allow protobuf 3.19.5 ([#32](https://github.com/googleapis/python-gke-backup/issues/32)) ([273e5e3](https://github.com/googleapis/python-gke-backup/commit/273e5e37839caf413d854313955f6031098b0b86))
9+
* **deps:** require google-api-core&gt;=1.33.2 ([273e5e3](https://github.com/googleapis/python-gke-backup/commit/273e5e37839caf413d854313955f6031098b0b86))
10+
311
## [0.2.1](https://github.com/googleapis/python-gke-backup/compare/v0.2.0...v0.2.1) (2022-10-03)
412

513

packages/google-cloud-gke-backup/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-gke-backup"
2323
description = "Backup for GKE API client library"
24-
version = "0.2.1"
24+
version = "0.2.2"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.33.2, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)