Skip to content

Commit a204737

Browse files
authored
Release v6.9.0 (#182)
* build: prepare v6.9.0-rc1 * build: release v6.9.0
1 parent 8e85981 commit a204737

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.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+
49
## 6.8.0 (2025-03-09)
510
- Allow file object as corpus of load_dictionary [#176](https://github.com/mammothb/symspellpy/pull/176)
611
- Bump supported Python version to 3.9 - 3.13 [#177](https://github.com/mammothb/symspellpy/pull/177)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "symspellpy"
7-
version = "6.8.0"
7+
version = "6.9.0"
88
dependencies = [
99
"editdistpy>=0.1.3",
1010
]

0 commit comments

Comments
 (0)