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