File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.1.1] - 2022-10-03
4+
5+ This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
6+
7+
38## [ 1.1.0] - 2022-10-01
49
510### Added
@@ -104,7 +109,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
104109- Added support for dependency groups. [ #6 ] ( https://github.com/python-poetry/poetry-plugin-export/pull/6 )
105110
106111
107- [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.1.0...main
112+ [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.1.1...main
113+ [ 1.1.1 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.1
108114[ 1.1.0 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.0
109115[ 1.0.7 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.7
110116[ 1.0.6 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.0.6
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-plugin-export"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
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