Skip to content

Releases: ddelange/retrie

0.3.1

22 Feb 10:04
2544110
Compare
Choose a tag to compare
:memo: Improve documentation references (#26)

0.3.0: 🚸 Enhance Trie functionality (#24)

22 Feb 07:31
f7d39b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.4...0.3.0

0.2.4: CI updates and improvements

24 Nov 09:51
21097f7
Compare
Choose a tag to compare
: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

16 Dec 11:18
8b2b3cf
Compare
Choose a tag to compare
:alien: Update CI badge (#16)

0.2.2: :rocket: Add sphinx and deploy to readthedocs.io (#13)

22 Nov 10:40
b3a32a2
Compare
Choose a tag to compare
* :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

17 Nov 10:22
4639d7d
Compare
Choose a tag to compare
:pencil2: Fix typo in docstrings (#12)

0.2.0: :children_crossing: Allow passing multiple words to Trie.add

05 Jul 12:14
ec2bc71
Compare
Choose a tag to compare
:children_crossing: Allow passing multiple words to Trie.add (#8)

* :children_crossing: Allow passing multiple words to Trie.add

* :memo: Update docs

0.1.2

01 May 17:41
b6288f4
Compare
Choose a tag to compare
:goal_net: Prevent ambiguous replacement_mapping with re.IGNORECASE (#2)

0.1.1

09 Apr 14:28
c23be8a
Compare
Choose a tag to compare
:white_check_mark: Add more tests for optional non-capturing group (#1)

0.1.0

09 Apr 11:51
e29761f
Compare
Choose a tag to compare
:pencil: Add project description