Skip to content

Commit 9c57b9f

Browse files
chore(main): release 0.3.1 (#87)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 57de2c4 commit 9c57b9f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/google-cloud-video-stitcher/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/googleapis/python-video-stitcher/compare/v0.3.0...v0.3.1) (2022-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Documentation
12+
13+
* **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))
14+
* Update github repo url ([#88](https://github.com/googleapis/python-video-stitcher/issues/88)) ([07adb7b](https://github.com/googleapis/python-video-stitcher/commit/07adb7bbea3905760c3e46c4200598c8e9cef50b))
15+
316
## [0.3.0](https://github.com/googleapis/python-video-stitcher/compare/v0.2.1...v0.3.0) (2022-09-16)
417

518

packages/google-cloud-video-stitcher/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import setuptools # type: ignore
2020

21-
version = "0.3.0"
21+
version = "0.3.1"
2222

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

0 commit comments

Comments
 (0)