diff --git a/CHANGELOG.md b/CHANGELOG.md index 2627c67..76c8e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.3.2 + +- Reduce amount of boilerplace and unsafe code in `PlaneData` + ## Version 0.3.1 - Add `rows_iter_mut` method to `Plane` diff --git a/Cargo.toml b/Cargo.toml index fde56ff..4c7b071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v_frame" -version = "0.3.1" +version = "0.3.2" description = "Video Frame data structures, originally part of rav1e" license = "BSD-2-Clause" authors = ["Luca Barbato "]