From 463555940d65477d8dc8609e54b3cf86fa32762d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Tue, 10 May 2022 17:24:07 +0200 Subject: [PATCH 1/2] bump version: 1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8480f0a..c1e2e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-export" -version = "1.0.1" +version = "1.0.2" description = "Poetry plugin to export the dependencies to various formats" authors = ["Sébastien Eustace "] license = "MIT" From ebfb25b5c4ed024b81366494b7fd28c514569d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Tue, 10 May 2022 17:37:34 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73dfc9..4c73f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.0.2] - 2022-05-10 + +### Fixed + +- Fixed an issue where the exported hashes were not sorted. [#54](https://github.com/python-poetry/poetry-plugin-export/pull/54) + +### Changes + +- The implicit dependency group was renamed from "default" to "main". (Requires poetry-core > 1.1.0a7 to take effect.) [#52](https://github.com/python-poetry/poetry-plugin-export/pull/52) + + ## [1.0.1] - 2022-04-11 ### Fixed @@ -37,7 +48,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.1...main +[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2...main +[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2 [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