Skip to content

Commit

Permalink
docs: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Dec 2, 2021
1 parent 9e1273f commit 1098ff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG <br>
==============

## 6.7.5 (2021-12-02)
---------------------
- Fix `replaced_words` not being updated when best match is a combi (closes [#103](https://github.com/mammothb/symspellpy/issues/103))
- 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)

## 6.7.4 (2021-11-29)
---------------------
- Update `editdistpy` dependency version
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.4"
__version__ = "6.7.5"

import logging
import os
Expand Down

0 comments on commit 1098ff2

Please sign in to comment.