Skip to content

Commit 8c8eddc

Browse files
chore: release v0.2.3 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab4b02c commit 8c8eddc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/martinohmann/vecmap-rs/compare/v0.2.2...v0.2.3) - 2025-01-25
4+
5+
### Added
6+
7+
- add `Vec{Map,Set}::{try_reserve*,reserve_exact}` (#36)
8+
- add `Vec{Map,Set}::append` (#35)
9+
10+
### Fixed
11+
12+
- *(iter)* map to correct item type in `Debug` impls
13+
14+
### Other
15+
16+
- address new clippy lints
17+
318
## [0.2.2](https://github.com/martinohmann/vecmap-rs/compare/v0.2.1...v0.2.2) - 2024-07-28
419

520
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vecmap-rs"
3-
version = "0.2.2"
3+
version = "0.2.3"
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)