Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.5](https://github.com/martinohmann/vecmap-rs/compare/v0.2.4...v0.2.5) - 2026-04-01

### Added

- add KeyedVecSet as internal abstraction layer ([#58](https://github.com/martinohmann/vecmap-rs/pull/58))

### Other

- *(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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vecmap-rs"
version = "0.2.4"
version = "0.2.5"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A vector-based map and set implementation"
Expand Down