Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#32)
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>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
release-please[bot] and parthea authored Jun 6, 2022
1 parent 1396fd1 commit a2a6567
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.1.2](https://github.com/googleapis/python-video-stitcher/compare/v0.1.1...v0.1.2) (2022-06-03)


### Bug Fixes

* **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))


### Documentation

* fix changelog header to consistent size ([#35](https://github.com/googleapis/python-video-stitcher/issues/35)) ([286c3a0](https://github.com/googleapis/python-video-stitcher/commit/286c3a0be0c4aef079ee7fe57634982a9621711f))
* **samples:** add code samples ([#17](https://github.com/googleapis/python-video-stitcher/issues/17)) ([ed60215](https://github.com/googleapis/python-video-stitcher/commit/ed60215424f1ea0015c44033cea931d9a80c9539))

## [0.1.1](https://github.com/googleapis/python-video-stitcher/compare/v0.1.0...v0.1.1) (2022-03-05)


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

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

Expand Down

0 comments on commit a2a6567

Please sign in to comment.