From fa59520213fa948ea65ca51f26f86bbddbcb4ba4 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:07:27 +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 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