Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Oct 7, 2018
1 parent 0e295e8 commit 8552b23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
@@ -1,10 +1,17 @@
Changelog
====

0.1.4:

* Fix a panic that occurred when removing non-existent keys (#40)
* Reformat the code using the latest `rustfmt`

0.1.3:
* Add `prefix()` method for fetching the `NibbleVec` of a trie or subtrie
* Update `nibble_vec` to v0.0.4
* Make better use of lifetime elision (type signatures will look different, but are the same)

* Add `prefix()` method for fetching the `NibbleVec` of a trie or subtrie
* Update `nibble_vec` to v0.0.4
* Make better use of lifetime elision (type signatures will look different, but are the same)

0.1.2:
* Display README on crates.io (no code changes)

* Display README on crates.io (no code changes)
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radix_trie"
version = "0.1.3"
version = "0.1.4"
description = "Generic radix trie data-structure."

license = "MIT"
Expand Down

0 comments on commit 8552b23

Please sign in to comment.