Skip to content

Releases: sile/patricia_tree

v0.5.1

23 Jan 10:09
Compare
Choose a tag to compare

What's Changed

  • Fix a bug that iterators could iterate over fewer items than expected after item removal by @sile in #22

Full Changelog: 0.5.0...0.5.1

v0.5.0

06 Jan 01:48
Compare
Choose a tag to compare

What's Changed

  • Add PatriciaMap::insert_str() and PatriciaSet::insert_str() methods by @sile in #15

Full Changelog: 0.4.0...0.5.0

v0.4.0

29 Oct 13:08
Compare
Choose a tag to compare

What's Changed

  • Update edition and optional dependencies by @sile in #19
  • Add serde support by @sile in #20

Full Changelog: 0.3.2...0.4.0

v0.3.2

15 Sep 23:05
Compare
Choose a tag to compare

What's Changed

  • Expose the return type of PatriciaMap::common_prefixes as a concrete type by @alexkirsz in #17

New Contributors

Full Changelog: 0.3.1...0.3.2