We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb3c7b commit 05831a1Copy full SHA for 05831a1
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ringmap"
3
edition = "2021"
4
-version = "0.1.1"
+version = "0.1.2"
5
documentation = "https://docs.rs/ringmap/"
6
repository = "https://github.com/indexmap-rs/ringmap"
7
license = "Apache-2.0 OR MIT"
RELEASES.md
@@ -1,9 +1,15 @@
# Releases
-## 0.1.1
+## 0.1.2 (2025-03-10)
+
+- Added `ringmap_with_default!` and `ringset_with_default!` to be used with
+ alternative hashers, especially when using the crate without `std`.
+- Implemented `PartialEq` between each `Slice` and `[]`/arrays.
8
9
+## 0.1.1 (2025-01-29)
10
11
- Optimized the branch behavior of the iterators.
12
-## 0.1.0
13
+## 0.1.0 (2025-01-21)
14
15
- Initial release, based on `indexmap v2.7.1`.
0 commit comments