Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#87)
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 Oct 4, 2022
1 parent 57de2c4 commit 9c57b9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-video-stitcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.1](https://github.com/googleapis/python-video-stitcher/compare/v0.3.0...v0.3.1) (2022-10-03)


### Bug Fixes

* **deps:** Require protobuf >= 3.20.2 ([#84](https://github.com/googleapis/python-video-stitcher/issues/84)) ([825e000](https://github.com/googleapis/python-video-stitcher/commit/825e000049ad910395b7218f117a00ed6300a62f))


### Documentation

* **samples:** Fix Video Stitcher region tag prefix ([#86](https://github.com/googleapis/python-video-stitcher/issues/86)) ([5b70a6b](https://github.com/googleapis/python-video-stitcher/commit/5b70a6bb5e9f54fd8535a3cd6d18ecbafeb2ec5d))
* Update github repo url ([#88](https://github.com/googleapis/python-video-stitcher/issues/88)) ([07adb7b](https://github.com/googleapis/python-video-stitcher/commit/07adb7bbea3905760c3e46c4200598c8e9cef50b))

## [0.3.0](https://github.com/googleapis/python-video-stitcher/compare/v0.2.1...v0.3.0) (2022-09-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.3.0"
version = "0.3.1"

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

Expand Down

0 comments on commit 9c57b9f

Please sign in to comment.