File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+
4+ ## [ 1.1.0] - 2022-11-04
5+
6+ ### Added
7+
8+ - Add support for dependency groups ([ #26 ] ( https://github.com/python-poetry/poetry-plugin-bundle/pull/26 ) ).
9+
10+
11+ ## [ 1.0.0] - 2022-08-24
12+
13+ Initial version.
14+
15+
16+ [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-bundle/compare/1.1.0...main
17+ [ 1.1.0 ] : https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0
18+ [ 1.0.0 ] : https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.0.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-plugin-bundle"
3- version = " 1.0 .0"
3+ version = " 1.1 .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