Skip to content

Commit

Permalink
Merge pull request #586 from golemfactory/b0.11
Browse files Browse the repository at this point in the history
Bump version to 0.11
  • Loading branch information
jiivan authored May 6, 2022
2 parents 5de1aea + f673e06 commit 58469be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.11.0] - 2022-03-05

### Breaking changes
- change provider invocation taking into account that subnet is no longer stored in config [#585](https://github.com/golemfactory/goth/pull/585)

## [0.10.4] - 2022-04-14

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

0 comments on commit 58469be

Please sign in to comment.