diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df0ffbd3..aaebc2303 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). -## [Unreleased] +## [0.11.0] - 2021-04-25 ### Added - `erc_warnings` pre-flight option to consider ERC warnings as errors. - Pattern expansion in the `dir` option for outputs (#58) diff --git a/debian/changelog b/debian/changelog index 9e191ff98..3c3e45836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +kibot (0.11.0-1) stable; urgency=medium + + * Most relevant: + - New filter types: + - `suparts`: Adds support for KiCost's subparts feature. + - `field_rename`: Used to rename schematic fields. + - `var_rename_kicost`: Like `var_rename` but using KiCost mechanism. + - New KiCost variant style. + - Board view file format export (#69) + - Experimental KiCost support + + -- Salvador E. Tropea Sun, 25 Apr 2021 10:06:40 -0300 + kibot (0.10.1-1) stable; urgency=medium * GitLab CI workaround. diff --git a/kibot/__main__.py b/kibot/__main__.py index f26ecb074..f8e8c524c 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -54,7 +54,7 @@ __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '0.10.1' +__version__ = '0.11.0' import os