Skip to content

Commit

Permalink
v6.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Aug 31, 2024
1 parent 0190c17 commit 2d07081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG <br>
==============

## 6.7.8 (2024-08-31)
- Handle encoding errors [#149](https://github.com/mammothb/symspellpy/pull/149)
- Bump supported Python version to 3.8 - 3.12 [#151](https://github.com/mammothb/symspellpy/pull/151)
- Remove numpy dependency [#156](https://github.com/mammothb/symspellpy/pull/156)
- Feature: distance comparer interface [#159](https://github.com/mammothb/symspellpy/pull/159)

## 6.7.7 (2022-10-24)
- Remove support for Python 3.6
- Use compiled regex expression in `create_dictionary()` ([#129](https://github.com/mammothb/symspellpy/pull/129))
Expand Down
2 changes: 1 addition & 1 deletion symspellpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.. moduleauthor:: Wolf Garbe <wolf.garbe@faroo.com>
"""

__version__ = "6.7.8-rc1"
__version__ = "6.7.8"

from . import editdistance, helpers, logging
from .symspellpy import SymSpell
Expand Down

0 comments on commit 2d07081

Please sign in to comment.