File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33
4+ ## [ 1.3.1] - 2023-04-17
5+
6+ This release mainly fixes test suite compatibility with upcoming Poetry releases.
7+
8+ ### Changed
9+
10+ - Improve error message in some cases when the dependency walk fails ([ #184 ] ( https://github.com/python-poetry/poetry-plugin-export/pull/184 ) ).
11+
12+
413## [ 1.3.0] - 2023-01-30
514
615### Changed
@@ -136,7 +145,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
136145- Added support for dependency groups. [ #6 ] ( https://github.com/python-poetry/poetry-plugin-export/pull/6 )
137146
138147
139- [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.3.0...main
148+ [ Unreleased ] : https://github.com/python-poetry/poetry-plugin-export/compare/1.3.1...main
149+ [ 1.3.1 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.1
140150[ 1.3.0 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.3.0
141151[ 1.2.0 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.2.0
142152[ 1.1.2 ] : https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.1.2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-plugin-export"
3- version = " 1.3.0 "
3+ version = " 1.3.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