Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#71)
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 Jul 5, 2023
1 parent 9ab3e25 commit 742d992
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.4"
".": "0.5.0"
}
14 changes: 14 additions & 0 deletions packages/google-cloud-gke-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.0](https://github.com/googleapis/python-gke-backup/compare/v0.4.4...v0.5.0) (2023-07-04)


### Features

* Added BackupPlan and RestorePlan state information ([8ddab08](https://github.com/googleapis/python-gke-backup/commit/8ddab0894c63bc7c6ffaad027bbc53a38688cbcf))
* Added new restore scope options ([8ddab08](https://github.com/googleapis/python-gke-backup/commit/8ddab0894c63bc7c6ffaad027bbc53a38688cbcf))
* Added transformation rules for restore ([8ddab08](https://github.com/googleapis/python-gke-backup/commit/8ddab0894c63bc7c6ffaad027bbc53a38688cbcf))


### Bug Fixes

* Add async context manager return types ([#72](https://github.com/googleapis/python-gke-backup/issues/72)) ([301ec6d](https://github.com/googleapis/python-gke-backup/commit/301ec6de120e70f94c8938ad8073b4a8ed2dc63d))

## [0.4.4](https://github.com/googleapis/python-gke-backup/compare/v0.4.3...v0.4.4) (2023-06-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.4.4" # {x-release-please-version}
__version__ = "0.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.4.4" # {x-release-please-version}
__version__ = "0.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-gke-backup",
"version": "0.1.0"
"version": "0.5.0"
},
"snippets": [
{
Expand Down

0 comments on commit 742d992

Please sign in to comment.