Skip to content

Commit 2d07081

Browse files
committed
v6.7.8
1 parent 0190c17 commit 2d07081

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG <br>
22
==============
33

4+
## 6.7.8 (2024-08-31)
5+
- Handle encoding errors [#149](https://github.com/mammothb/symspellpy/pull/149)
6+
- Bump supported Python version to 3.8 - 3.12 [#151](https://github.com/mammothb/symspellpy/pull/151)
7+
- Remove numpy dependency [#156](https://github.com/mammothb/symspellpy/pull/156)
8+
- Feature: distance comparer interface [#159](https://github.com/mammothb/symspellpy/pull/159)
9+
410
## 6.7.7 (2022-10-24)
511
- Remove support for Python 3.6
612
- Use compiled regex expression in `create_dictionary()` ([#129](https://github.com/mammothb/symspellpy/pull/129))

symspellpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.. moduleauthor:: Wolf Garbe <[email protected]>
2020
"""
2121

22-
__version__ = "6.7.8-rc1"
22+
__version__ = "6.7.8"
2323

2424
from . import editdistance, helpers, logging
2525
from .symspellpy import SymSpell

0 commit comments

Comments
 (0)