Skip to content

Commit

Permalink
Bumped version to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jun 6, 2022
1 parent 4c1ad48 commit fc77797
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.6.13] - 2022-06-06
### Added
- Force Mesa GL to use sofware render. Helps on some setups. (#22)
- Support missing fp/sym-lib-table template. (#24)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
kiauto (1.6.13-1) stable; urgency=medium

* Added Support missing fp/sym-lib-table template.
* Added better pcbnew window available mechanism.
* Added an option to use the ray trace end detection with regular (OpenGL) renders
* Fixed problems when using PCBs in a read-only dir
* Adjusted time-outs

-- Salvador E. Tropea <[email protected]> Mon, 06 Jun 2022 11:13:16 -0300

kiauto (1.6.12-1) stable; urgency=medium

* Fixed in kicad2step: very small wait on exit and output dir option ignored
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'stable'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.6.12'
__version__ = '1.6.13'

0 comments on commit fc77797

Please sign in to comment.