Skip to content

Commit

Permalink
Bumped version to 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 25, 2021
1 parent f27dc68 commit e391f51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 25 Apr 2021 10:06:40 -0300

kibot (0.10.1-1) stable; urgency=medium

* GitLab CI workaround.
Expand Down
2 changes: 1 addition & 1 deletion kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
__email__ = '[email protected]'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.10.1'
__version__ = '0.11.0'


import os
Expand Down

0 comments on commit e391f51

Please sign in to comment.