From 90e16e584d57420ede937ea4d643b7b60b24a0b4 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 6 Apr 2023 16:04:40 -0300 Subject: [PATCH] Bumped version to 2.2.3 --- CHANGELOG.md | 5 +++++ debian/changelog | 6 ++++++ kiauto/misc.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc959d..95e0eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. 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.3] - 2023-04-06 +### Added +- Support for KiCad warnings about missing fonts. + + ## [2.2.2] - 2023-04-02 ### Added - Workaround for KiCad 7 not defining KICAD7_FOOTPRINT_DIR during DRC diff --git a/debian/changelog b/debian/changelog index 5b201fd..76f653f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (2.2.3-1) stable; urgency=medium + + * Added support for KiCad warnings about missing fonts. + + -- Salvador E. Tropea Thu, 06 Apr 2023 16:03:39 -0300 + kiauto (2.2.2-1) stable; urgency=medium * Workaround for KiCad 7 not defining KICAD7_FOOTPRINT_DIR during DRC diff --git a/kiauto/misc.py b/kiauto/misc.py index fbcade0..39fc5ca 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -318,4 +318,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.2.2' +__version__ = '2.2.3'