Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#12)
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] authored Aug 16, 2022
1 parent e40ca31 commit 945e919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-gke-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/googleapis/python-gke-backup/compare/v0.1.0...v0.1.1) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#11](https://github.com/googleapis/python-gke-backup/issues/11)) ([ab147e1](https://github.com/googleapis/python-gke-backup/commit/ab147e13c065681719efdeb2ef5cba3ffdee4ca2))
* **deps:** require proto-plus >= 1.22.0 ([ab147e1](https://github.com/googleapis/python-gke-backup/commit/ab147e13c065681719efdeb2ef5cba3ffdee4ca2))

## 0.1.0 (2022-07-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-gke-backup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-gke-backup"
description = "Backup for GKE API client library"
version = "0.1.0"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
Expand Down

0 comments on commit 945e919

Please sign in to comment.