We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce7823 commit d549570Copy full SHA for d549570
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.2.2](https://github.com/martinohmann/vecmap-rs/compare/v0.2.1...v0.2.2) - 2024-07-28
4
+
5
+### Added
6
+- add `sort_by_cached_key` ([#31](https://github.com/martinohmann/vecmap-rs/pull/31))
7
+- add binary search methods ([#30](https://github.com/martinohmann/vecmap-rs/pull/30))
8
9
## [0.2.1](https://github.com/martinohmann/vecmap-rs/compare/v0.2.0...v0.2.1) - 2024-01-03
10
11
### Other
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vecmap-rs"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Martin Ohmann <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "A vector-based map and set implementation"
0 commit comments