Bumped version to 0.11.0.
This commit is contained in:
parent
f27dc68e4f
commit
e391f513ec
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 <salvador@inti.gob.ar> Sun, 25 Apr 2021 10:06:40 -0300
|
||||
|
||||
kibot (0.10.1-1) stable; urgency=medium
|
||||
|
||||
* GitLab CI workaround.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue