Skip to content

Commit

Permalink
Prepare 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Jan 19, 2022
1 parent 8fe315e commit dceb7ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.0] - 2022-01-19

### Breaking changes
- change `Probe#run_command_on_host` to include a process monitor in its return values [#571](https://github.com/golemfactory/goth/pull/571)

### Other changes
- improve error reporting [#570](https://github.com/golemfactory/goth/pull/570)

## [0.9.0] - 2021-11-17

### Breaking 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.9.0"
version = "0.10.0"
description = "Golem Test Harness - integration testing framework"
authors = ["Golem Factory <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit dceb7ab

Please sign in to comment.