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