Skip to content

Commit 8552b23

Browse files
committed
Release 0.1.4
1 parent 0e295e8 commit 8552b23

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Changelog
22
====
33

4+
0.1.4:
5+
6+
* Fix a panic that occurred when removing non-existent keys (#40)
7+
* Reformat the code using the latest `rustfmt`
8+
49
0.1.3:
5-
* Add `prefix()` method for fetching the `NibbleVec` of a trie or subtrie
6-
* Update `nibble_vec` to v0.0.4
7-
* Make better use of lifetime elision (type signatures will look different, but are the same)
10+
11+
* Add `prefix()` method for fetching the `NibbleVec` of a trie or subtrie
12+
* Update `nibble_vec` to v0.0.4
13+
* Make better use of lifetime elision (type signatures will look different, but are the same)
814

915
0.1.2:
10-
* Display README on crates.io (no code changes)
16+
17+
* Display README on crates.io (no code changes)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "radix_trie"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Generic radix trie data-structure."
55

66
license = "MIT"

0 commit comments

Comments
 (0)