Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 09:25
· 25 commits to main since this release
15c6519

0.6.0 - 2023-12-22

⚙️ Miscellaneous Tasks

  • Update changelog - (baef8a9)
  • Update release script and readme - (e06dd4c)
  • Bump version to 0.6.0 - (15c6519)

🚜 Refactor

  • [breaking] Rename trie.get_value() to trie.get() and return a reference to the value instead of the value to be closer to hashmap API - (fd1e530)

🧪 Testing

  • Add test for serde serialize feature - (308a2ab)