Skip to content

Commit e391f51

Browse files
committed
Bumped version to 0.11.0.
1 parent f27dc68 commit e391f51

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
8+
## [0.11.0] - 2021-04-25
99
### Added
1010
- `erc_warnings` pre-flight option to consider ERC warnings as errors.
1111
- Pattern expansion in the `dir` option for outputs (#58)

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
kibot (0.11.0-1) stable; urgency=medium
2+
3+
* Most relevant:
4+
- New filter types:
5+
- `suparts`: Adds support for KiCost's subparts feature.
6+
- `field_rename`: Used to rename schematic fields.
7+
- `var_rename_kicost`: Like `var_rename` but using KiCost mechanism.
8+
- New KiCost variant style.
9+
- Board view file format export (#69)
10+
- Experimental KiCost support
11+
12+
-- Salvador E. Tropea <salvador@inti.gob.ar> Sun, 25 Apr 2021 10:06:40 -0300
13+
114
kibot (0.10.1-1) stable; urgency=medium
215

316
* GitLab CI workaround.

kibot/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
__email__ = 'stropea@inti.gob.ar'
5555
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
5656
__status__ = 'stable'
57-
__version__ = '0.10.1'
57+
__version__ = '0.11.0'
5858

5959

6060
import os

0 commit comments

Comments
 (0)