Skip to content

Commit d549570

Browse files
chore: release (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ce7823 commit d549570

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [0.2.1](https://github.com/martinohmann/vecmap-rs/compare/v0.2.0...v0.2.1) - 2024-01-03
410

511
### Other

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vecmap-rs"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Martin Ohmann <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "A vector-based map and set implementation"

0 commit comments

Comments
 (0)