From b1b748959e813e0715aad0bfe01d0c6cfd5ca880 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Mon, 11 Apr 2022 20:01:57 +0200 Subject: [PATCH 1/3] poetry.lock: relock with poetry 1.1.13 --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 026ec87..11e0b03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -642,7 +642,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "47488c6d0154828f63ebf2f95d6be02314fbd3e3e060fdbfd0b1bf526b8cfb84" +content-hash = "90f3e97cd2d184279fb3e5c0ebf6cba349fbf615158e98817e27ad1925e895a2" [metadata.files] atomicwrites = [ From be491b512a046a91ad3fbb8bba9741ca8ec2724e Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Mon, 11 Apr 2022 20:02:39 +0200 Subject: [PATCH 2/3] Bumping version from 1.0.0 to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7c5be8..8480f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-export" -version = "1.0.0" +version = "1.0.1" description = "Poetry plugin to export the dependencies to various formats" authors = ["Sébastien Eustace "] license = "MIT" From 843b7887dc5d96d21cfedf8632e0d77cc084f1f2 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Mon, 11 Apr 2022 20:05:54 +0200 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f795d..a73dfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.1] - 2022-04-11 + +### Fixed + +- Fixed a regression where export incorrectly always exported default group only. [#50](https://github.com/python-poetry/poetry-plugin-export/pull/50) + ## [1.0.0] - 2022-04-05 ### Fixed @@ -31,7 +37,8 @@ - Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6) -[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.0...main +[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.1...main +[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.1 [1.0.0]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.0 [0.2.1]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.1 [0.2.0]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.0