Skip to content

Commit

Permalink
release: bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Jan 5, 2025
1 parent a7be962 commit 2a578ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
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

0 comments on commit 2a578ea

Please sign in to comment.