Bumped version to 0.2.5

This commit is contained in:
Salvador E. Tropea 2020-06-11 13:10:45 -03:00
parent cef002b7a3
commit aef19e31c7
3 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.5] - 2020-06-11
### Added
- Tolerate config files without outputs
- Mechanism to filter ERC/DRC errors

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kiplot.inti-cmnb (0.2.5-1) stable; urgency=medium
* Added: tolerate config files without outputs
* Added: mechanism to filter ERC/DRC errors
* Fixed: All pcbnew plot formats generated gerber job files
* Fixed: Most formats that needed layers didn't complain when ommited
-- Salvador E. Tropea <salvador@inti.gob.ar> Thu, 11 Jun 2020 13:06:12 -0300
kiplot.inti-cmnb (0.2.4-1) stable; urgency=medium
* Changed: Now kicad-automation-scripts 1.3.1 or newer is needed.

View File

@ -1,3 +1,3 @@
VERSION = (0, 2, 4)
VERSION = (0, 2, 5)
__version__ = '.'.join(map(str, VERSION))