From 8ec732f12ec86128f9e9a3ec7b57d7578dd2a5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:46:18 +0100 Subject: [PATCH] release: bump version to 1.5.0 --- CHANGELOG.md | 17 +++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d3e63..0a8d99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log +## [1.5.0] - 2024-01-05 + +### Added + +- Ensure compatiblity with Poetry 2.0 ([#128](https://github.com/python-poetry/poetry-plugin-bundle/pull/128)). +- Add support for projects with `package-mode = false` ([#119](https://github.com/python-poetry/poetry-plugin-bundle/pull/119)). + +### Changed + +- Drop support for Python 3.8 ([#127](https://github.com/python-poetry/poetry-plugin-bundle/pull/127)). + + ## [1.4.1] - 2024-08-15 ### Fixed @@ -51,8 +63,9 @@ Initial version. -[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.1...main -[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0 +[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.5.0...main +[1.5.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.5.0 +[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.1 [1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0 [1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0 [1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0 diff --git a/pyproject.toml b/pyproject.toml index 3e4fffe..c7db242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-bundle" -version = "1.4.1" +version = "1.5.0" description = "Poetry plugin to bundle projects into various formats" authors = ["Sébastien Eustace "] license = "MIT"