Skip to content

Commit

Permalink
Bumped version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jun 11, 2020
1 parent cef002b commit aef19e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kiplot/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 4)
VERSION = (0, 2, 5)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit aef19e3

Please sign in to comment.