From 2e30f05af62226e69b8a6873a9877fab6a13f263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:18:35 +0200 Subject: [PATCH] bump version to 1.0.6 (#97) --- CHANGELOG.md | 25 ++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f24e24a..d8b20b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.6] - 2022-08-07 + +### Fixed + +- Fixed an issue the markers of exported dependencies overlapped. [#94](https://github.com/python-poetry/poetry-plugin-export/pull/94) + ## [1.0.5] - 2022-07-12 ### Added @@ -64,12 +70,13 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu - 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.5...main -[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5 -[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4 -[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.3 -[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 -[0.2.0]: https://github.com/python-poetry/poetry-plugin-export/compare/0.2.0 +[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.0.6...main +[1.0.6]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6 +[1.0.5]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.5 +[1.0.4]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.4 +[1.0.3]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.3 +[1.0.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.2 +[1.0.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.1 +[1.0.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.0 +[0.2.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/0.2.1 +[0.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/0.2.0 diff --git a/pyproject.toml b/pyproject.toml index 4854335..04f6d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-export" -version = "1.0.5" +version = "1.0.6" description = "Poetry plugin to export the dependencies to various formats" authors = ["Sébastien Eustace "] license = "MIT"