diff --git a/CHANGELOG.md b/CHANGELOG.md index 69245d9..99f109c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Version 0.3.8 + +- Eliminate unsound code +- Remove several unnecessary dependencies +- Internal refactoring + +## Version 0.3.7 + +- Add documentation for `Frame` struct +- Replace `hawktracer` with `tracing` crate + ## Version 0.3.6 - Revert changes in downsampling in 0.3.4 which changed its behavior diff --git a/Cargo.toml b/Cargo.toml index f097afe..528ceb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v_frame" -version = "0.3.7" +version = "0.3.8" description = "Video Frame data structures, originally part of rav1e" license = "BSD-2-Clause" authors = ["Luca Barbato "]