We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2fcda commit 406c4c4Copy full SHA for 406c4c4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.2.1](https://github.com/martinohmann/vecmap-rs/compare/v0.2.0...v0.2.1) - 2024-01-03
4
+
5
+### Other
6
+- *(release)* switch to release-plz
7
+- avoid unnecessary allocations in `Vec{Map,Set}::into_vec`
8
9
## [0.2.0](https://github.com/martinohmann/vecmap-rs/compare/v0.1.15...v0.2.0) (2023-12-25)
10
11
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vecmap-rs"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A vector-based map and set implementation"
0 commit comments