Skip to content

Commit

Permalink
Bumped version to 1.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 22, 2021
1 parent 22abf0d commit 717b6cb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.8] - 2021-02-22
### Added
- Verbosity level 3 enables logs for: KiCad, check for Xvfb and
recordmydesktop.
- GitLab CI workaround:
- Retries when we detect KiCad prematurely dies (before creating a
window).
- Delay after detecting Xvfb is running (increased exponentially on
retries).

## [1.5.7] - 2021-02-17
### Added
- Call to `vmstat` and `uptime` after time-out.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kiauto (1.5.8-1) stable; urgency=medium

* Added GitLab CI workarounds. You must use -r

-- Salvador E. Tropea <[email protected]> Mon, 22 Feb 2021 14:48:56 -0300

kiauto (1.5.7-1) stable; urgency=medium

* Added call to `vmstat` and `uptime` after time-out.
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ def get_config_vars_ini(file):
__email__ = '[email protected]'
__status__ = 'beta'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.5.7'
__version__ = '1.5.8'

0 comments on commit 717b6cb

Please sign in to comment.