Skip to content

Commit

Permalink
Docu: Added changelog for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvnmgrx committed Nov 20, 2022
1 parent bdbff0c commit 4f8de9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# kiutils - CHANGELOG

## v1.2.0 - 20.11.2022
- Added: Support for Python 3.11 on all platforms
- Added: `create_new()` API for all classes that serve files (schematic, board, etc) - (PR #33)
- Added: Checked `self.stroke` to be None in all `FpItems` classes when generating its S-Expression - (PR #36)
- Fixed: Default values of mutable class members are now set correctly using a dataclass field with
a default_factory to ensure unique references for each new class object - (PR #35)
- Fixed: Made VSCode automatic test discovery work - (PR #34)
- Changed: Documentation on `Jusitfy.to_sexpr()`s return value - (PR #37)

## v1.1.4 - 10.09.2022
- Added: Support for older Python versions (v3.7 to v3.10 are now supported) - (PR #30)
- Added: Automatic test report generation in test framework - (PR #21)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kiutils
version = 1.1.5
version = 1.2.0
author = Marvin Mager
author_email = 99667992+mvnmgrx@users.noreply.github.com
description = Simple and SCM-friendly KiCad file parser for KiCad 6.0 and up
Expand Down

0 comments on commit 4f8de9e

Please sign in to comment.