diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f288e..f920caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.2](https://github.com/Remade-With-Rust/rusty_expressions/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_expressions/pull/4)) + ## [0.2.1](https://github.com/Remade-With-Rust/rusty_expressions/compare/v0.2.0...v0.2.1) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 860a5fa..93267c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_expressions" -version = "0.2.1" +version = "0.2.2" edition = "2021" # The DEFAULT build's floor, which is what `cargo add rusty_expressions` gets: # the `rusty-alloc` default feature pulls in `rusty_alloc-api`, which is