Skip to content

Commit

Permalink
Bumped version to 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 10, 2020
1 parent 213d0aa commit 8ab0ae4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2] - 2020-09-10
### Fixed
- Crash when no arguments.
- Crash when no x11vnc and it was requested.
- Lost warning messages when using --warnings_as_errors

## [1.4.1] - 2020-06-14
### Added
- --fill_zones/-f option to 'pcbnew_do export' to fill zones before printing.
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
kicad-automation-scripts.inti-cmnb (1.4.2-1) stable; urgency=medium

* Fixed crashes when no argument and when x11vnc is not installed.
* Fixed lost warning messages when using --warnings_as_errors

-- Salvador E. Tropea <salvador@inti.gob.ar> Thu, 10 Sep 2020 16:14:01 -0300

kicad-automation-scripts.inti-cmnb (1.4.1-1) stable; urgency=medium

* Added --fill_zones/-f option to 'pcbnew_do export' to fill zones before printing.
Expand Down
2 changes: 1 addition & 1 deletion kicad_auto/misc.py
Expand Up @@ -19,4 +19,4 @@
WAIT_START = 25


__version__ = '1.4.1'
__version__ = '1.4.2'

0 comments on commit 8ab0ae4

Please sign in to comment.