From 287262c278ab55714d4352e950697a873a41e783 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sun, 10 Mar 2024 16:30:22 -0400 Subject: [PATCH] Version 0.3.8 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 "]