Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit bc7f7c1

Browse files
chore(main): release 0.1.2
1 parent 109ca6e commit bc7f7c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/googleapis/python-video-stitcher/compare/v0.1.1...v0.1.2) (2022-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#34](https://github.com/googleapis/python-video-stitcher/issues/34)) ([109ca6e](https://github.com/googleapis/python-video-stitcher/commit/109ca6e723b951c8f474beec236dfed8ac0929dc))
9+
10+
11+
### Documentation
12+
13+
* **samples:** add code samples ([#17](https://github.com/googleapis/python-video-stitcher/issues/17)) ([ed60215](https://github.com/googleapis/python-video-stitcher/commit/ed60215424f1ea0015c44033cea931d9a80c9539))
14+
315
### [0.1.1](https://github.com/googleapis/python-video-stitcher/compare/v0.1.0...v0.1.1) (2022-03-05)
416

517

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.1.1"
21+
version = "0.1.2"
2222

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

0 commit comments

Comments
 (0)