From 4092a0da4bea815f15f2fa4ee1374134f6b8813c Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:44:56 -0500 Subject: [PATCH] Update changelog with v0.6.4 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e9bfb..ba61096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ See also: [Github Release Page](https://github.com/enpaul/tox-poetry-installer/releases). +## Version 0.6.4 + +View this release on: +[Github](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.6.4), +[PyPI](https://pypi.org/project/tox-poetry-installer/0.6.4/) + +* Remove custom package compatibility checking logic from transient dependency resolution process +* Add integration with Poetry's compatibility + [`Marker`](https://github.com/python-poetry/poetry-core/blob/master/poetry/core/version/markers.py) + object system for determining package + compatibility with the current platform ([#43](https://github.com/enpaul/tox-poetry-installer/issues/43)) +* Add missing PyPI classifier for Python 3 + + ## Version 0.6.3 View this release on: