From 679e6a71d6cc7f3bf3f9d801c5b66bb8f13bd68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Thu, 3 Nov 2022 22:17:53 +0100 Subject: [PATCH] release: bump version to 1.2.0 --- CHANGELOG.md | 12 +++++++++++- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637d33d..64eb82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log + +## [1.2.0] - 2022-11-05 + +### Changed + +- Drop some compatibility code and bump minimum required poetry version to 1.2.2 ([#143](https://github.com/python-poetry/poetry-plugin-export/pull/143)). +- Ensure compatibility with upcoming Poetry releases ([#151](https://github.com/python-poetry/poetry-plugin-export/pull/151)). + + ## [1.1.2] - 2022-10-09 ### Fixed @@ -116,7 +125,8 @@ 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.1.2...main +[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.2.0...main +[1.2.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.2.0 [1.1.2]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2 [1.1.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.1 [1.1.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 7640c83..04c8b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-export" -version = "1.2.0.dev0" +version = "1.2.0" description = "Poetry plugin to export the dependencies to various formats" authors = ["Sébastien Eustace "] license = "MIT"