Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
Loading