Skip to content

Commit 05831a1

Browse files
committed
Release 0.1.2
1 parent 2cb3c7b commit 05831a1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ringmap"
33
edition = "2021"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
documentation = "https://docs.rs/ringmap/"
66
repository = "https://github.com/indexmap-rs/ringmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Releases
22

3-
## 0.1.1
3+
## 0.1.2 (2025-03-10)
4+
5+
- Added `ringmap_with_default!` and `ringset_with_default!` to be used with
6+
alternative hashers, especially when using the crate without `std`.
7+
- Implemented `PartialEq` between each `Slice` and `[]`/arrays.
8+
9+
## 0.1.1 (2025-01-29)
410

511
- Optimized the branch behavior of the iterators.
612

7-
## 0.1.0
13+
## 0.1.0 (2025-01-21)
814

915
- Initial release, based on `indexmap v2.7.1`.

0 commit comments

Comments
 (0)