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
- Fixed an issue where a virtual environment was created unnecessarily when running `poetry export` (requires poetry 1.2.1). [#106](https://github.com/python-poetry/poetry-plugin-export/pull/106)
14
+
- Fixed an issue where package sources where not taken into account. [#111](https://github.com/python-poetry/poetry-plugin-export/pull/111)
15
+
- Fixed an issue where trying to export with extras that do not exist results in an empty output. [#103](https://github.com/python-poetry/poetry-plugin-export/pull/103)
16
+
- Fixed an issue where exporting a dependency on a package with a non-existent extra fails. [#109](https://github.com/python-poetry/poetry-plugin-export/pull/109)
17
+
- Fixed an issue where only one of both `--index-url` and `--extra-index-url` where exported. [#117](https://github.com/python-poetry/poetry-plugin-export/pull/117)
18
+
3
19
## [1.0.6] - 2022-08-07
4
20
5
21
### Fixed
@@ -70,7 +86,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
70
86
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments