@@ -23,6 +23,24 @@ and this project adheres to
2323- Lowered Python requirement from 3.13 to 3.11
2424- Moved inline code examples from README to ` example/ ` directory
2525- Updated l9format requirement from =1.3.2 to =1.4.0 ([ ae676d9] )
26+ - Updated l9format requirement from =1.4.0 to =2.0.0 ([ df916e5] , [ #68 ] )
27+
28+ ### Added
29+
30+ - Add Python 3.11, 3.12, and 3.14 support ([ d111628] )
31+
32+ ### Removed
33+
34+ - Removed dependency on serde (unmaintained), replaced with dataclasses
35+ and l9format.l9format.Model ([ df916e5] , [ #68 ] )
36+
37+ ### Infrastructure
38+
39+ - CI: use Makefile targets in Windows job and add sequential per-commit
40+ testing triggered by the ci: per-commit label ([ 3967e42] , [ #66 ] )
41+ - Remove duplicated lint-shell target in Makefile ([ a652654] , [ #67 ] )
42+ - Add mypy type checking to CI workflow ([ 6b9a3db] , [ #42 ] )
43+ - Migrate from Poetry to uv ([ 14bc55e] , [ #65 ] )
2644
2745## [ 0.1.10] - 2024-12-XX
2846
@@ -59,6 +77,12 @@ and this project adheres to
5977[ 0.1.9 ] : https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
6078
6179<!-- Commit links -->
80+ [ 6b9a3db ] : https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db
81+ [ d111628 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/d111628
82+ [ df916e5 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/df916e5
83+ [ 14bc55e ] : https://github.com/LeakIX/LeakIXClient-Python/commit/14bc55e
84+ [ a652654 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/a652654
85+ [ 3967e42 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/3967e42
6286[ ae676d9 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/ae676d9
6387[ 65c5121 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/65c5121
6488[ 0975c1c ] : https://github.com/LeakIX/LeakIXClient-Python/commit/0975c1c
@@ -67,3 +91,10 @@ and this project adheres to
6791[ 6777ad9 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/6777ad9
6892[ 62550bc ] : https://github.com/LeakIX/LeakIXClient-Python/commit/62550bc
6993[ 4dd4948 ] : https://github.com/LeakIX/LeakIXClient-Python/commit/4dd4948
94+
95+ <!-- PR links -->
96+ [ #66 ] : https://github.com/LeakIX/LeakIXClient-Python/pull/66
97+ [ #65 ] : https://github.com/LeakIX/LeakIXClient-Python/issues/65
98+ [ #67 ] : https://github.com/LeakIX/LeakIXClient-Python/issues/67
99+ [ #42 ] : https://github.com/LeakIX/LeakIXClient-Python/issues/42
100+ [ #68 ] : https://github.com/LeakIX/LeakIXClient-Python/pull/68
0 commit comments