Skip to content

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Sep 9, 2021
1 parent 080a95f commit 296cd19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.0] - 2021-09-09

### Breaking changes
- make default presets.json compatible with yagna 0.8+ [080a95f](https://github.com/golemfactory/goth/commit/080a95fd8c5b41b69da216cfdee6f0ac4dbe3acc)
- update mock zkSync server version [#544](https://github.com/golemfactory/goth/pull/544)

### Features
- disconnect yagna containers before stopping Docker network [#540](https://github.com/golemfactory/goth/pull/540)
- enable creating detached API assertions [#538](https://github.com/golemfactory/goth/pull/538)
- enable MITM proxy for requestor probes [#535](https://github.com/golemfactory/goth/pull/535)

### Other changes
- update `typing_extensions` to 3.10.0+ [cc956e1](https://github.com/golemfactory/goth/commit/cc956e14447b5d6f382b7f668e385fcee9c209be)

## [0.6.3] - 2021-08-16

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

0 comments on commit 296cd19

Please sign in to comment.