Skip to content

Commit 32c8a04

Browse files
committed
Bump version to 1.9.0
1 parent 679e704 commit 32c8a04

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# kiutils - CHANGELOG
22

3+
## v1.9.0 - 05.11.2025
4+
### Non-breaking changes
5+
- Cleanup: Major refactor and improvement of s-expression parsing
6+
- Cleanup: Refactor boolean parameters parsing in all `from_sexpr` methods
7+
- Cleanup: Handle int/float formatting in `sexp_to_string`
8+
- Cleanup: Reformat whole codebase with Black formatter
9+
- Added: New round of test data from official KiCad demo projects
10+
- Added: Initial support for padstack in `pad`
11+
312
## v1.8.4 - 21.10.2025
413
### Non-breaking changes
514
- Cleanup: Refactored and added comments in `FpProperty`

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = kiutils
3-
version = 1.8.4
3+
version = 1.9.0
44
author = Marvin Mager
55
author_email = 99667992+mvnmgrx@users.noreply.github.com
66
description = Simple and SCM-friendly KiCad file parser for KiCad 9.0 and up

0 commit comments

Comments
 (0)