Skip to content

Commit

Permalink
Bumped version to 1.5.5
Browse files Browse the repository at this point in the history
Fixed CHANGELOG.md
  • Loading branch information
set-soft committed Jan 12, 2021
1 parent b0af49d commit 37bde2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [1.5.5] - 2021-01-12
### Added
- KiCad environment variables preservation in eeschema_do
- Support for KICAD_CONFIG_HOME defined from inside KiCad
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
kiauto (1.5.5-1) stable; urgency=medium

* Added KiCad environment variables preservation in eeschema_do
* Added support for KICAD_CONFIG_HOME defined from inside KiCad
* Now ERC report name can be configured
* No KiCad config assumed, now we ask KiCad

-- Salvador E. Tropea <[email protected]> Tue, 12 Jan 2021 12:06:12 -0300

kiauto (1.5.3-1) stable; urgency=medium

* Fixed problems when using KiCad 5.99 and projects from KiCad 5.
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ def get_config_vars_ini(file):
__email__ = '[email protected]'
__status__ = 'beta'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.5.4'
__version__ = '1.5.5'

0 comments on commit 37bde2c

Please sign in to comment.