File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.0.5] - 2022-07-12
4+
5+ ### Added
6+
7+ - Added LICENSE file. [ #81 ] ( https://github.com/python-poetry/poetry-plugin-export/pull/81 )
8+
39## [ 1.0.4] - 2022-05-26
410
511### Fixed
@@ -58,7 +64,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
5864- Added support for dependency groups. [ #6 ] ( https://github.com/python-poetry/poetry-plugin-export/pull/6 )
5965
6066
61- [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4...main
67+ [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5...main
68+ [ 1.0.5 ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.0.5
6269[ 1.0.4 ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.0.4
6370[ 1.0.3 ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.0.3
6471[ 1.0.2 ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.0.2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-plugin-export"
3- version = " 1.0.4 "
3+ version = " 1.0.5 "
44description = " Poetry plugin to export the dependencies to various formats"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments