diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e3f1f..ec76015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.11](https://github.com/Remade-With-Rust/rusty_av2d/compare/rusty_av2d-v0.2.10...rusty_av2d-v0.2.11) - 2026-09-10 + +### Other + +- update rusty_av2d version to 0.2 in README +- 532 active installs + ## [0.2.10](https://github.com/Remade-With-Rust/rusty_av2d/compare/rusty_av2d-v0.2.9...rusty_av2d-v0.2.10) - 2026-08-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index 5248228..21eedf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "rusty_av2d" -version = "0.2.10" +version = "0.2.11" dependencies = [ "assert_matches", "atomig", diff --git a/Cargo.toml b/Cargo.toml index b9ea26e..8f66c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-members = [".", "tools"] [package] name = "rusty_av2d" authors = ["Mata Network ", "Rav1d Developers", "Prossimo", "dav1d authors"] -version = "0.2.10" +version = "0.2.11" edition = "2021" rust-version = "1.79" description = "Pure-Rust AV2 video decoder, no C/FFI. Byte-identical to the AVM reference decoder across a 57-clip conformance corpus." diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 628ff99..b5bbb1d 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -24,7 +24,7 @@ name = "seek_stress" rusty_alloc-api = "=1.1.6" cfg-if = "1.0.0" libc = "0.2" -rusty_av2d = { path = "../", version = "0.2.10", default-features = false, features = ["capi"] } +rusty_av2d = { path = "../", version = "0.2.11", default-features = false, features = ["capi"] } [build-dependencies] cc = "1.0.79"