Skip to content

Commit 2a578ea

Browse files
committed
release: bump version to 1.5.0
1 parent a7be962 commit 2a578ea

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

33

4+
## [1.5.0] - 2024-01-05
5+
6+
### Added
7+
8+
- Ensure compatiblity with Poetry 2.0 ([#128](https://github.com/python-poetry/poetry-plugin-bundle/pull/128)).
9+
- Add support for projects with `package-mode = false` ([#119](https://github.com/python-poetry/poetry-plugin-bundle/pull/119)).
10+
11+
### Changed
12+
13+
- Drop support for Python 3.8 ([#127](https://github.com/python-poetry/poetry-plugin-bundle/pull/127)).
14+
15+
416
## [1.4.1] - 2024-08-15
517

618
### Fixed
@@ -51,8 +63,9 @@
5163
Initial version.
5264

5365

54-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.1...main
55-
[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
66+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.5.0...main
67+
[1.5.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.5.0
68+
[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.1
5669
[1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
5770
[1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0
5871
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-bundle"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
description = "Poetry plugin to bundle projects into various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)