File: RELEASES.md

package info (click to toggle)
rust-ordered-multimap 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: makefile: 4
file content (53 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# 0.4.3

 - Updated `hashbrown` dependency to `0.12.0`.

# 0.4.2

 - Updated `dlv-list` dependency to `0.3.0`. This is not a breaking change as it's not user visible.

# 0.4.1

 - Updated `dlv-list` dependency to `0.2.4`.
 - Updated `hashbrown` dependency to `0.11.0`.

# 0.4.0

 - Remove `drain_pairs` as it's unsafe.
 - Fix miri issues with `retain`.

# 0.3.1

 - Added crate feature `serde` for (de)serialization.
 - Implemented `IntoIterator` of owned key-value pairs for `ListOrderedMultimap`.

# 0.3.0

 - Updated `hashbrown` dependency to `0.9.0`.

# 0.2.4

 - Updated `dlv-list` dependency to `0.2.2`.
 - Updated `hashbrown` dependency to `0.7.0`.

# 0.2.3

 - Works on stable Rust.
 - Updated `hashbrown` dependency to `0.6.0`.

# 0.2.2

 - Fix crate as it was broken from std's migration to hashbrown.

# 0.2.1

 - Update dependency on `dlv-list` which will reduce memory size of `ListOrderedMultimap` by 48
   bytes.

# 0.2.0

 - Initial release.

# 0.1.0

 - Version was yanked due to critical design flaw.