From 7642a1e16c85d7fbfdbd3f25d3fc272a56df435e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:31:39 +0000 Subject: [PATCH] chore: release v0.2.5 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a249565..0b66d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.2.5](https://github.com/martinohmann/vecmap-rs/compare/v0.2.4...v0.2.5) - 2026-07-01 + +### Added + +- add KeyedVecSet as internal abstraction layer ([#58](https://github.com/martinohmann/vecmap-rs/pull/58)) + +### Other + +- *(deps)* update dtolnay/rust-toolchain digest to 4be7066 ([#70](https://github.com/martinohmann/vecmap-rs/pull/70)) +- *(deps)* update actions/cache action to v6 ([#71](https://github.com/martinohmann/vecmap-rs/pull/71)) +- *(deps)* update marcoieni/release-plz-action digest to e879257 ([#68](https://github.com/martinohmann/vecmap-rs/pull/68)) +- *(deps)* update actions/checkout action to v7 ([#72](https://github.com/martinohmann/vecmap-rs/pull/72)) +- *(deps)* update actions/checkout action to v6.0.3 +- *(deps)* update actions/checkout digest to df4cb1c +- *(deps)* update actions/cache digest to caa2961 +- *(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"