File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
6374Initial 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
Original file line number Diff line number Diff line change 11[project ]
22name = " poetry-plugin-bundle"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44description = " Poetry plugin to bundle projects into various formats"
55authors = [{
name =
" Sébastien Eustace" ,
email =
" [email protected] " }]
66license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments