From e391f513ecac09a446f2982c2d731143ba749576 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 25 Apr 2021 11:24:49 -0300 Subject: [PATCH] Bumped version to 0.11.0. --- CHANGELOG.md | 2 +- debian/changelog | 13 +++++++++++++ kibot/__main__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df0ffbd..aaebc230 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 9e191ff9..3c3e4583 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 f26ecb07..f8e8c524 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -54,7 +54,7 @@ __license__ = 'GPL v3+' __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '0.10.1' +__version__ = '0.11.0' import os