We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e85981 commit a204737Copy full SHA for a204737
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG <br>
2
==============
3
4
+## 6.9.0 (2025-03-09)
5
+
6
+- Specify that frequency count must be 64-bit int [#180](https://github.com/mammothb/symspellpy/pull/180)
7
+- Rename `string1` and `string2` argument names [#181](https://github.com/mammothb/symspellpy/pull/181)
8
9
## 6.8.0 (2025-03-09)
10
- Allow file object as corpus of load_dictionary [#176](https://github.com/mammothb/symspellpy/pull/176)
11
- Bump supported Python version to 3.9 - 3.13 [#177](https://github.com/mammothb/symspellpy/pull/177)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "symspellpy"
-version = "6.8.0"
+version = "6.9.0"
dependencies = [
"editdistpy>=0.1.3",
]
0 commit comments