Skip to content

Commit e02be75

Browse files
committed
release: bump version to 1.6.0
1 parent 0db59af commit e02be75

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

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

33

4+
## [1.6.0] - 2024-02-16
5+
6+
### Added
7+
8+
- Ensure compatibility with Poetry 2.1 ([#137](https://github.com/python-poetry/poetry-plugin-bundle/pull/137)).
9+
10+
### Changed
11+
12+
- Drop support for older Poetry versions ([#137](https://github.com/python-poetry/poetry-plugin-bundle/pull/137)).
13+
14+
415
## [1.5.0] - 2024-01-05
516

617
### Added
718

8-
- Ensure compatiblity with Poetry 2.0 ([#128](https://github.com/python-poetry/poetry-plugin-bundle/pull/128)).
19+
- Ensure compatibility with Poetry 2.0 ([#128](https://github.com/python-poetry/poetry-plugin-bundle/pull/128)).
920
- Add support for projects with `package-mode = false` ([#119](https://github.com/python-poetry/poetry-plugin-bundle/pull/119)).
1021

1122
### Changed
@@ -63,7 +74,8 @@
6374
Initial version.
6475

6576

66-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.5.0...main
77+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.6.0...main
78+
[1.6.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.6.0
6779
[1.5.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.5.0
6880
[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.1
6981
[1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0

pyproject.toml

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

0 commit comments

Comments
 (0)