You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Change Log
2
2
3
+
## [1.1.2] - 2022-10-09
4
+
5
+
### Fixed
6
+
7
+
- Fix an issue where exporting a `constraints.txt` file fails if an editable dependency is locked ([#140](https://github.com/python-poetry/poetry-plugin-export/pull/140)).
8
+
9
+
3
10
## [1.1.1] - 2022-10-03
4
11
5
12
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
@@ -109,7 +116,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
109
116
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments