Skip to content

Commit

Permalink
chore(main): release 0.7.4 (#178)
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 Sep 20, 2023
1 parent 3cfbf57 commit 9ac43f7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.3"
".": "0.7.4"
}
17 changes: 17 additions & 0 deletions packages/google-cloud-video-stitcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.7.4](https://github.com/googleapis/python-video-stitcher/compare/v0.7.3...v0.7.4) (2023-09-19)


### ⚠ BREAKING CHANGES

* use correct child_type annotation

### Bug Fixes

* Use correct child_type annotation ([bd0af89](https://github.com/googleapis/python-video-stitcher/commit/bd0af892653db462b0c2b3389faf03ebe0d4d49c))


### Documentation

* Minor formatting ([88e37ed](https://github.com/googleapis/python-video-stitcher/commit/88e37edab40affdd8a9e9dfe83d24a615a422643))
* Remove migrated samples ([#180](https://github.com/googleapis/python-video-stitcher/issues/180)) ([73af7e9](https://github.com/googleapis/python-video-stitcher/commit/73af7e90d9f71aa322cb940b3b1c1e995aa72484))

## [0.7.3](https://github.com/googleapis/python-video-stitcher/compare/v0.7.2...v0.7.3) (2023-07-04)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.7.3" # {x-release-please-version}
__version__ = "0.7.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.7.3" # {x-release-please-version}
__version__ = "0.7.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-video-stitcher",
"version": "0.1.0"
"version": "0.7.4"
},
"snippets": [
{
Expand Down

0 comments on commit 9ac43f7

Please sign in to comment.