From 296cd19a83cc617a44d24f11f9b2c7e26471c922 Mon Sep 17 00:00:00 2001 From: Kuba Mazurek Date: Thu, 9 Sep 2021 12:26:52 +0200 Subject: [PATCH] Prepare 0.7.0 release --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8940fa05..d4538a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index de408f00..a402925f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0"