Skip to content

Commit bd4a6d8

Browse files
Merge pull request #205 from AyanSinhaMahapatra/update-changelog
Update CHANGELOG for release v2.2.0
2 parents 767db1e + 152b848 commit bd4a6d8

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [macos-13, windows-2022]
39+
os: [macos-latest, windows-latest]
4040
arch: [auto64]
4141
build: ["cp{39,310,311,312,313}-*"]
4242

CHANGELOG.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
Changelog
33
=============
44

5-
2.2.0 (2024-10-21)
5+
2.2.0 (2025-06-18)
66
--------------------------------------------------
77

88
- Drop support for Python 3.8. Use older version for pre-built wheels.
99
Note that it may work on these older versions, we are just no longer supporting
1010
and testing these Python versions, as this is end of life
1111

12-
- Add support for Python 3.13
12+
- Add support for Python 3.13 and update CI scripts
13+
https://github.com/WojciechMula/pyahocorasick/pull/194
14+
15+
- Supports build pyahocorasick with GCC 15.0.1
16+
https://github.com/WojciechMula/pyahocorasick/pull/201
17+
18+
- Fix `iter-long` method
19+
https://github.com/WojciechMula/pyahocorasick/pull/187
20+
https://github.com/WojciechMula/pyahocorasick/pull/196
21+
1322

1423
2.1.0 (2024-03-21)
1524
--------------------------------------------------

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ benchmark: etc/benchmarks/benchmark.py build
3939
python3 $^
4040

4141
valgrind:
42-
python -c "import sys;print(sys.version)"
42+
venv/bin/python3 -c "import sys;print(sys.version)"
4343
valgrind --leak-check=full --track-origins=yes --log-file=valgrind.log venv/bin/pytest -vvs
4444

4545
clean:

0 commit comments

Comments
 (0)