From 6ef8923f98c82040e0f05b06d2966f279eaf7926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 19 Mar 2023 15:13:47 +0100 Subject: [PATCH] release: bump version to 1.2.0 --- CHANGELOG.md | 14 +++++++++++++- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7df255..203509d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log +## [1.2.0] - 2023-03-19 + +### Added + +- Ensure compatibility with poetry 1.4 ([#48](https://github.com/python-poetry/poetry-plugin-bundle/pull/48)). + +### Changed + +- Drop some compatibility code and bump minimum required poetry version to 1.4.0 ([#48](https://github.com/python-poetry/poetry-plugin-bundle/pull/48)). + + ## [1.1.0] - 2022-11-04 ### Added @@ -13,6 +24,7 @@ Initial version. -[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.1.0...main +[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.2.0...main +[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0 [1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0 [1.0.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.0.0 diff --git a/pyproject.toml b/pyproject.toml index db59f47..13182e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-bundle" -version = "1.1.0" +version = "1.2.0" description = "Poetry plugin to bundle projects into various formats" authors = ["Sébastien Eustace "] license = "MIT"