Skip to content

Commit

Permalink
Prepare 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Aug 11, 2021
1 parent 2d92316 commit 770d29c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.2] - 2021-08-11

### Features
- output interactive mode env variables to a file [#520](https://github.com/golemfactory/goth/pull/520)

### Bugfixes
- fix fetching latest workflow run when downloading a GitHub artifact [#531](https://github.com/golemfactory/goth/pull/531)

### Other changes
- bump aiohttp from 3.7.3 to 3.7.4 [#527](https://github.com/golemfactory/goth/pull/527)

### Other changes
- improved error reporting on timeouts in log monitors [#524](https://github.com/golemfactory/goth/pull/524)
- updated probe startup logic to start all probes in parallel [#523](https://github.com/golemfactory/goth/pull/523)

## [0.6.1] - 2021-07-27

### Other changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude= '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build|

[tool.poetry]
name = "goth"
version = "0.6.1"
version = "0.6.2"
description = "Golem Test Harness - integration testing framework"
authors = ["Golem Factory <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 770d29c

Please sign in to comment.