diff --git a/CHANGELOG.md b/CHANGELOG.md index 48681a4..1ce9935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/Remade-With-Rust/rusty_av2f/compare/v0.2.2...v0.2.3) - 2026-09-06 + +### Other + +- 299 active installs + ## [0.2.2](https://github.com/Remade-With-Rust/rusty_av2f/compare/v0.2.1...v0.2.2) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 047b1e9..db622b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_av2f" -version = "0.2.2" +version = "0.2.3" edition = "2021" # 1.82 for `Option::is_none_or`, used by the box walker's bounds check. rust-version = "1.82"