Skip to content

Commit 5141f94

Browse files
chore(main): release 0.1.13 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c47c487 commit 5141f94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.13](https://github.com/martinohmann/vecmap-rs/compare/v0.1.12...v0.1.13) (2023-12-11)
4+
5+
6+
### Features
7+
8+
* **map:** avoid allocations in conversion from vector or slice ([#16](https://github.com/martinohmann/vecmap-rs/issues/16)) ([c47c487](https://github.com/martinohmann/vecmap-rs/commit/c47c487a6560d0977e282cc204bab66b251e76b7))
9+
310
## [0.1.12](https://github.com/martinohmann/vecmap-rs/compare/v0.1.11...v0.1.12) (2023-09-19)
411

512

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.1.12"
3+
version = "0.1.13"
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)