From 16244e2d88a1c1b05b3addc8078ddc03a1478dac Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 8 Aug 2023 09:59:21 -0300 Subject: [PATCH] Bumped version to 2.2.7 --- CHANGELOG.md | 8 ++++++++ debian/changelog | 6 ++++++ kiauto/misc.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0742659..f751107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.7] - 2023-08-08 +### Added +- Support for KiCad 7.0.7 RC1 + - Workaround for ERC dialog not closed using ESC after running the ERC + - Support for new GenCad export behavior + - Support for the new message when a file is already opened + + ## [2.2.6] - 2023-06-12 ### Added - New 3d_view options: diff --git a/debian/changelog b/debian/changelog index f08b735..44684cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (2.2.7-1) stable; urgency=medium + + * KiCad 7.0.7 RC1 support + + -- Salvador Eduardo Tropea Tue, 08 Aug 2023 09:53:18 -0300 + kiauto (2.2.6-1) stable; urgency=medium * New 3d_view options (use_layer_colors, hide_board_body, show_comments, diff --git a/kiauto/misc.py b/kiauto/misc.py index faf2d97..a73b334 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -346,4 +346,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.2.6' +__version__ = '2.2.7'