From e99cf09caf2f6edaaf6c5f1942389bed2981da81 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 19 Apr 2021 23:43:38 -0400 Subject: [PATCH] Update changelog with v0.7.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc95825..f326e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ See also: [Github Release Page](https://github.com/enpaul/tox-poetry-installer/releases). +## Version 0.7.0 + +View this release on: +[Github](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.7.0), +[PyPI](https://pypi.org/project/tox-poetry-installer/0.7.0/) + +- Add runtime option `--parallelize-locked-install` to support installing locked + dependencies in parallel to speed up test environment creation +- Add config option `require_poetry` to allow per-environment control over whether the + plugin should force an error +- Add unit tests for custom dependency processing and installation +- Update internal logging system to reduce code duplication +- Update documentation to improve readability +- Deprecate runtime option `--require-poetry` + ## Version 0.6.4 View this release on: