Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Feb 25, 2018
1 parent 11cf413 commit c34a167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
====

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)

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

license = "MIT"
Expand Down

0 comments on commit c34a167

Please sign in to comment.