Releases: ddelange/retrie
Releases · ddelange/retrie
0.3.1
0.3.0: 🚸 Enhance Trie functionality (#24)
What's Changed
- ⬆️ Bump the github-actions group with 1 update by @dependabot in #21
- ⬆️ Bump the github-actions group with 2 updates by @dependabot in #22
- 👷 Fix readthedocs by @ddelange in #25
- ⬆️ Bump the github-actions group with 1 update by @dependabot in #23
- 🚸 Enhance Trie functionality by @michen00 in #24
New Contributors
Full Changelog: 0.2.4...0.3.0
0.2.4: CI updates and improvements
:arrow_up: Bump the github-actions group with 1 update (#20) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.2.3
0.2.2: :rocket: Add sphinx and deploy to readthedocs.io (#13)
* :rocket: Add sphinx and deploy to readthedocs.io * :pencil2: Add newer python classifiers * :bug: Amend docs.txt for 3.6+ * :rotating_light: Run pytest on src and tests only * :bug: Amend ci.txt for 3.6+ * :bug: Explicitly point to tests/ * :bug: Unpin pytest
0.2.1
0.2.0: :children_crossing: Allow passing multiple words to Trie.add
:children_crossing: Allow passing multiple words to Trie.add (#8) * :children_crossing: Allow passing multiple words to Trie.add * :memo: Update docs