Skip to content

Commit

Permalink
chore: release (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 28, 2024
1 parent 6ce7823 commit d549570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.2](https://github.com/martinohmann/vecmap-rs/compare/v0.2.1...v0.2.2) - 2024-07-28

### Added
- add `sort_by_cached_key` ([#31](https://github.com/martinohmann/vecmap-rs/pull/31))
- add binary search methods ([#30](https://github.com/martinohmann/vecmap-rs/pull/30))

## [0.2.1](https://github.com/martinohmann/vecmap-rs/compare/v0.2.0...v0.2.1) - 2024-01-03

### Other
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.1"
version = "0.2.2"
authors = ["Martin Ohmann <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "A vector-based map and set implementation"
Expand Down

0 comments on commit d549570

Please sign in to comment.