diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b89537..c88f53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.2.5] - UNRELEASED +## [2.2.5] - 2023-04-18 ### Added - Workaround for bogus KiCad 7.0.2 error about missing simulation model for power symbols. diff --git a/debian/changelog b/debian/changelog index 222858a..25b2ab8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (2.2.5-1) stable; urgency=medium + + * KiCad 7.0.2 bugs worarounds + + -- Salvador E. Tropea Mon, 17 Apr 2023 12:49:57 -0300 + kiauto (2.2.4-1) stable; urgency=medium * Support for KiCad 7.99 diff --git a/kiauto/misc.py b/kiauto/misc.py index 132b57d..4ffaae9 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -344,4 +344,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.2.4' +__version__ = '2.2.5'