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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Change Log
2
2
3
+
## [1.0.4] - 2022-05-26
4
+
5
+
### Fixed
6
+
7
+
- Fixed an issue where the exported dependencies did not list their active extras. [#65](https://github.com/python-poetry/poetry-plugin-export/pull/65)
8
+
9
+
## [1.0.3] - 2022-05-23
10
+
11
+
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
12
+
3
13
## [1.0.2] - 2022-05-10
4
14
5
15
### Fixed
@@ -48,7 +58,9 @@
48
58
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments