From 6a22f1f1e4bbe405f332c02cef9b3d68b7d2e50d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:09:46 +0000 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f920caf..26eb4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.3](https://github.com/Remade-With-Rust/rusty_expressions/compare/v0.2.2...v0.2.3) - 2026-09-07 + +### Other + +- Update headings in README.md +- Standardize section headers in README.md +- 446 active installs + ## [0.2.2](https://github.com/Remade-With-Rust/rusty_expressions/compare/v0.2.1...v0.2.2) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 93267c9..de93e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_expressions" -version = "0.2.2" +version = "0.2.3" 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