Skip to content

Releases: sile/patricia_tree

v0.10.1

21 Sep 00:44

Choose a tag to compare

What's Changed

  • return prefix iter not tied to key lifetime by @leshow in #52

Full Changelog: v0.10.0...v0.10.1

v0.10.0

18 Sep 11:02

Choose a tag to compare

What's Changed

  • Add no_std support by @mspiegel in #46
  • Bump Rust edition to 2024 by @sile in #47
  • Fix elided lifetime warnings by explicitly specifying '_ in return types by @sile in #48
  • Replace clap with noargs for dev dependency argument parsing by @sile in #49
  • Remove bitflags dependency and replace with custom implementation by @sile in #50

New Contributors

Full Changelog: 0.9.0...v0.10.0

v0.9.0

13 Jan 12:05

Choose a tag to compare

What's Changed

  • Fix lifetimes of prefix-query methods by @devnev in #43
  • Fix PatriciaTree::iter_prefix_mut() bug by @sile in #44

New Contributors

Full Changelog: 0.8.0...0.9.0

v0.8.0

10 Dec 04:14

Choose a tag to compare

What's Changed

  • Add {PatriciaMap,PatriciaSet}::longest_common_prefix_len() methods by @sile in #39

Full Changelog: 0.7.0...0.8.0

v0.7.0

02 Dec 02:21

Choose a tag to compare

What's Changed

  • Fix a bug that the getter methods of StringPatricia{Map,Set} don't work correctly by @sile in #36
  • Update bitflags to v2 by @sile in #37

Full Changelog: 0.6.3...0.7.0

v0.6.3

25 Oct 23:51

Choose a tag to compare

What's Changed

  • feat!: use Formatter::debug_{map,set} instead of hand-written outer Debug structure by @ErichDonGubler in #34

New Contributors

Full Changelog: 0.6.2...0.6.3

v0.6.2

24 Jul 14:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.1...0.6.2

v0.6.1

12 Jun 12:14

Choose a tag to compare

What's Changed

  • Add PatriciaMap::get_longest_common_prefix_mut method by @Jakobeha in #31
  • Fix to avoid cast_ref_to_mut compiler error in 1.72.0-nightly by @sile in #32

New Contributors

Full Changelog: 0.6.0...0.6.1

v0.6.0

28 May 12:13

Choose a tag to compare

What's Changed

  • Remove "binary-format" feature in favor of "serde" feature by @sile in #28
  • Make node module private by @sile in #29
  • Remove Patricia{Map,Set}::insert_str() and add StringPatricia{Map,Set} instead by @sile in #30

Full Changelog: 0.5.7...0.6.0

v0.5.7

13 Apr 09:29

Choose a tag to compare

What's Changed

  • Fix deserialization error when using serde_json by @sile in #26

Full Changelog: 0.5.6...0.5.7