Skip to content

Commit

Permalink
chore(main): release mp4-stream 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 16, 2023
1 parent b8d5a94 commit 59e6d03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/pet-monitor-app": "0.3.0",
"crates/mp4-stream": "0.1.0",
"crates/mp4-stream": "0.1.1",
"crates/bmff": "0.1.1"
}
8 changes: 8 additions & 0 deletions crates/mp4-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1](https://github.com/Stonks3141/pet-monitor-app/compare/mp4-stream-v0.1.0...mp4-stream-v0.1.1) (2023-02-16)


### Bug Fixes

* Rename v4l2Controls to v4l2_controls ([dc555ac](https://github.com/Stonks3141/pet-monitor-app/commit/dc555ac9d06591bed8108b2ecf0f6aba6ea1da7b))
2 changes: 1 addition & 1 deletion crates/mp4-stream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4-stream"
version = "0.1.0"
version = "0.1.1"
description = "High-level library for fMP4 streaming"
documentation = "https://docs.rs/mp4-stream"
readme = "README.md"
Expand Down

0 comments on commit 59e6d03

Please sign in to comment.