Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#54)
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] committed Aug 15, 2022
1 parent 773b95c commit 82594ae
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-video-stitcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.1](https://github.com/googleapis/python-video-stitcher/compare/v0.2.0...v0.2.1) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#53](https://github.com/googleapis/python-video-stitcher/issues/53)) ([42d07be](https://github.com/googleapis/python-video-stitcher/commit/42d07be69e0dd60f55de4619645c0d14c47f8660))
* **deps:** require proto-plus >= 1.22.0 ([42d07be](https://github.com/googleapis/python-video-stitcher/commit/42d07be69e0dd60f55de4619645c0d14c47f8660))

## [0.2.0](https://github.com/googleapis/python-video-stitcher/compare/v0.1.2...v0.2.0) (2022-07-16)


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

import setuptools # type: ignore

version = "0.2.0"
version = "0.2.1"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 82594ae

Please sign in to comment.