From 31f2a7ba0c5f97910c1c96cea75a2b871e0d572d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:43:53 +0000 Subject: [PATCH] chore: release v0.2.5 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a249565..30d93be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.5](https://github.com/martinohmann/vecmap-rs/compare/v0.2.4...v0.2.5) - 2026-04-30 + +### Added + +- add KeyedVecSet as internal abstraction layer ([#58](https://github.com/martinohmann/vecmap-rs/pull/58)) + +### Other + +- *(deps)* update actions/cache digest to 27d5ce7 +- *(deps)* update swatinem/rust-cache digest to e18b497 ([#64](https://github.com/martinohmann/vecmap-rs/pull/64)) +- *(deps)* update marcoieni/release-plz-action digest to 1528104 ([#63](https://github.com/martinohmann/vecmap-rs/pull/63)) +- *(deps)* pin dtolnay/rust-toolchain action to 29eef33 ([#62](https://github.com/martinohmann/vecmap-rs/pull/62)) +- *(deps)* update actions/cache digest to 6682284 +- *(deps)* update marcoieni/release-plz-action digest to f708778 ([#61](https://github.com/martinohmann/vecmap-rs/pull/61)) +- *(deps)* update actions/checkout digest to de0fac2 +- upgrade to edition 2024 ([#60](https://github.com/martinohmann/vecmap-rs/pull/60)) + ## [0.2.4](https://github.com/martinohmann/vecmap-rs/compare/v0.2.3...v0.2.4) - 2025-10-04 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 8318fc7..05da74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vecmap-rs" -version = "0.2.4" +version = "0.2.5" authors = ["Martin Ohmann "] license = "MIT OR Apache-2.0" description = "A vector-based map and set implementation"