| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,13 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 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>=1.33.2 ([273e5e3](https://github.com/googleapis/python-gke-backup/commit/273e5e37839caf413d854313955f6031098b0b86)) | ||
| 10 | + | ||
| 3 | 11 | ## [0.2.1](https://github.com/googleapis/python-gke-backup/compare/v0.2.0...v0.2.1) (2022-10-03) | |
| 4 | 12 | ||
| 5 | 13 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 22 | name = "google-cloud-gke-backup" | |
| 23 | 23 | description = "Backup for GKE API client library" | |
| 24 | - version = "0.2.1" | ||
| 24 | + version = "0.2.2" | ||
| 25 | 25 | release_status = "Development Status :: 4 - Beta" | |
| 26 | 26 | dependencies = [ | |
| 27 | 27 | "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.*", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments