Skip to content

Commit 1098ff2

Browse files
committed
docs: update version and changelog
1 parent 9e1273f commit 1098ff2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

4+
## 6.7.5 (2021-12-02)
5+
---------------------
6+
- Fix `replaced_words` not being updated when best match is a combi (closes [#103](https://github.com/mammothb/symspellpy/issues/103))
7+
- Implement a way to change the edit distance comparer algorightm via `distance_algorithm` property. Available values are found in [`DistanceAlgorithm`](https://symspellpy.readthedocs.io/en/latest/api/editdistance.html#symspellpy.editdistance.DistanceAlgorithm)
8+
49
## 6.7.4 (2021-11-29)
510
---------------------
611
- Update `editdistpy` dependency version

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.4"
22+
__version__ = "6.7.5"
2323

2424
import logging
2525
import os

0 commit comments

Comments
 (0)