From dc286b522f4d41226fd48e6ab30745bf454fc391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:04:55 +0000 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b7580..48681a4 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.2](https://github.com/Remade-With-Rust/rusty_av2f/compare/v0.2.1...v0.2.2) - 2026-08-28 + +### Other + +- bump rusty_alloc-api to =1.1.6 ([#4](https://github.com/Remade-With-Rust/rusty_av2f/pull/4)) + ## [0.2.1](https://github.com/Remade-With-Rust/rusty_av2f/compare/v0.2.0...v0.2.1) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index f75618b..047b1e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_av2f" -version = "0.2.1" +version = "0.2.2" edition = "2021" # 1.82 for `Option::is_none_or`, used by the box walker's bounds check. rust-version = "1.82"