From d334599e3b7de844dfbde8addc1007aad4b7982e Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 4 Jan 2021 16:32:06 -0300 Subject: [PATCH] Bumped version to 0.9.0. --- CHANGELOG.md | 2 ++ debian/changelog | 17 +++++++++++++++++ kibot/__main__.py | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9737e20f3..d3223ac27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.9.0] - 2021-01-04 ### Added - iBoM output: file name patterns are allowed for the `netlist_file` option. - File name patterns: %F is the name of the source file without extension, but diff --git a/debian/changelog b/debian/changelog index 813533e72..1c6098c3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +kibot (0.9.0-1) stable; urgency=medium + + * Added: file name patterns are allowed for the `netlist_file` option. + * Added: %F is the name of the source file without extension, but + with the path. + * Added support to field overwrite according to variant. + * Added support to generate negative X positions for the bottom layer. + * Added a filter to rotate footprints in the position file (#28). + * Added: The step output now can download missing 3D models. + * Now position files are naturally sorted (R10 after R9, not after R1) + * Position files in CSV format quotes only the columns that could contain an + space. Just like KiCad does. + * Fixed: Now we support missing field names in schematic library entries. + * Fixed: Generic filter `include_only` option worked only when debug enabled. + + -- Salvador E. Tropea Mon, 04 Jan 2021 15:27:48 -0300 + kibot (0.8.1-1) stable; urgency=medium * Added: Small details to internal BoM HTML output. diff --git a/kibot/__main__.py b/kibot/__main__.py index 5f4964d4d..2a5561868 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -53,7 +53,7 @@ __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '0.8.1' +__version__ = '0.9.0' import os