Skip to content

Commit 83e1fda

Browse files
committed
Prepare for new versions
1 parent 32effc3 commit 83e1fda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dovi_tool"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
authors = ["quietvoid"]
55
edition = "2021"
66
rust-version = "1.79.0"

dolby_vision/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 3.3.1
22
- Added support for parsing `ext_mapping_idc` in `RpuDataHeader`.
33
- `ext_mapping_idc_0_4` represents the 5 lowest bits, and `ext_mapping_idc_5_7` the 3 remaining bits.
44

dolby_vision/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dolby_vision"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
authors = ["quietvoid"]
55
edition = "2021"
66
rust-version = "1.79.0"

0 commit comments

Comments
 (0)