Bumped version to 0.2.5
This commit is contained in:
parent
cef002b7a3
commit
aef19e31c7
|
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.5] - 2020-06-11
|
||||||
### Added
|
### Added
|
||||||
- Tolerate config files without outputs
|
- Tolerate config files without outputs
|
||||||
- Mechanism to filter ERC/DRC errors
|
- Mechanism to filter ERC/DRC errors
|
||||||
|
|
|
||||||
|
|
@ -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
|
kiplot.inti-cmnb (0.2.4-1) stable; urgency=medium
|
||||||
|
|
||||||
* Changed: Now kicad-automation-scripts 1.3.1 or newer is needed.
|
* Changed: Now kicad-automation-scripts 1.3.1 or newer is needed.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION = (0, 2, 4)
|
VERSION = (0, 2, 5)
|
||||||
|
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue