Skip to content

Commit 22d1b8e

Browse files
committed
Bump version, update RELEASES.md
1 parent bb0c230 commit 22d1b8e

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.15.1 (2026-01-18)
2+
==========================
3+
4+
- Merge @diegomrsantos PR to implement the following changes:
5+
- Issue #65: Fix non-unique iteration over slab holes
6+
17
Version 0.15.0 (2025-05-21)
28
==========================
39

multi_index_map/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi_index_map"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2021"
55
authors = ["Louis Wyborn <louiswyborn@gmail.com>"]
66
rust-version = "1.62"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
multi_index_map_derive = { version = "0.15.0", path = "../multi_index_map_derive" }
17+
multi_index_map_derive = { version = "0.15.1", path = "../multi_index_map_derive" }
1818

1919
# Used as the backing store of all the elements.
2020
slab = { version = "0.4" }

multi_index_map_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi_index_map_derive"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2021"
55
authors = ["Louis Wyborn <louiswyborn@gmail.com>"]
66
rust-version = "1.62"

0 commit comments

Comments
 (0)