@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.26] [ 0.6.26 ] - 2026-02-21
9+
10+ ### Fixed
11+
12+ - Updated license format in pyproject.toml for improved PyPI display
13+
14+ ## [ 0.6.25] [ 0.6.25 ] - 2026-02-21
15+
16+ ### Fixed
17+
18+ - Updated license format in pyproject.toml and added GPLv3+ classifier for proper PyPI badge display
19+
20+ ## [ 0.6.24] [ 0.6.24 ] - 2026-02-21
21+
22+ ### Fixed
23+
24+ - Updated setuptools requirement to >=61.0.0 for PEP 639 compliance
25+
26+ ## [ 0.6.23] [ 0.6.23 ] - 2026-02-21
27+
28+ ### Fixed
29+
30+ - Corrected typo in setup.py comments and adjusted formatting for clarity
31+
832## [ 0.6.22] [ 0.6.22 ] - 2026-02-20
933
1034### Fixed
@@ -20,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2044- Removed duplicate license field from setup.py to avoid conflict with pyproject.toml
2145- Updated coverage badge format to new codecov.io URL structure
2246
47+ ## [ 0.6.20] [ 0.6.20 ] - 2026-02-20
48+
49+ ### Fixed
50+
51+ - Removed duplicate license classifier from pyproject.toml and updated setup.py to reference it properly
52+
2353## [ 0.6.19] [ 0.6.19 ] - 2026-02-20
2454
2555### Fixed
@@ -38,6 +68,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3868 - sphinx-autodoc-typehints 3.6.0 → 2.4.4 (Sphinx 8.x compatibility)
3969- Removed duplicate git install line from requirements.txt
4070
71+ ## [ 0.6.17] [ 0.6.17 ] - 2026-02-20
72+
73+ ### Fixed
74+
75+ - Downgraded isort version from 7.0.0 to 6.1.0 for compatibility with pylint 3.3.4
76+
77+ ## [ 0.6.16] [ 0.6.16 ] - 2026-02-20
78+
79+ ### Fixed
80+
81+ - Downgraded astroid to 3.3.8 and pylint to 3.3.4 for compatibility with sphinx-autoapi
82+
83+ ## [ 0.6.15] [ 0.6.15 ] - 2026-02-20
84+
85+ ### Fixed
86+
87+ - Downgraded Sphinx version from 9.0.4 to 8.1.3 for compatibility with myst-parser
88+
89+ ## [ 0.6.14] [ 0.6.14 ] - 2026-02-20
90+
91+ ### Fixed
92+
93+ - Updated CHANGELOG, setup.py and requirements.txt for version consistency
94+
4195## [ 0.6.13] [ 0.6.13 ] - 2026-02-20
4296
4397### Fixed
0 commit comments