@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.12.1] - 2026-01-17
11+
12+ ### Added
13+
14+ - Add support for Python 3.8 again.
15+ - Figured out how to have CI to test compatibility with Python 3.8 again.
16+ - Wheels for free threaded Python (3.14t).
17+ - Hopefully nothing will break when running without the GIL.
18+ - Wheels are now tested to be installable in CI.
19+ - Specifically useful for abi3 wheels, so we can ensure the wheel is
20+ installable in the oldest Python version we support for each OS/arch combo.
21+ - Integrate ` uv ` in CI for Python and dependencies management.
22+
23+ ### Changed
24+
25+ - Wheels now use the stable abi3 abi instead of building a single wheel for
26+ each version for GIL Python.
27+ - Python tests in CI are now run against all the Python versions we support
28+ instead of relying on whatever Python version the Github runner has.
29+ - ` decomp-settings ` 0.0.10 is now required.
30+
1031## [ 2.12.0] - 2025-10-11
1132
1233### Added
@@ -678,7 +699,8 @@ Full changes: <https://github.com/Decompollaborate/mapfile_parser/compare/702a73
678699
679700- Initial release
680701
681- [ unreleased ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.12.0...HEAD
702+ [ unreleased ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.12.1...HEAD
703+ [ 2.12.1 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.21.0...2.12.1
682704[ 2.12.0 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.11.0...2.12.0
683705[ 2.11.0 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.10.0...2.11.0
684706[ 2.10.0 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.9.4...2.10.0
0 commit comments