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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Change Log
2
2
3
3
4
+
## [1.4.0] - 2023-05-29
5
+
6
+
### Changed
7
+
8
+
- Bump minimum required poetry version to 1.5.0 ([#196](https://github.com/python-poetry/poetry-plugin-export/pull/196)).
9
+
10
+
### Fixed
11
+
12
+
- Fix an issue where `--extra-index-url` and `--trusted-host` was not generated for sources with priority `explicit` ([#205](https://github.com/python-poetry/poetry-plugin-export/pull/205)).
13
+
14
+
4
15
## [1.3.1] - 2023-04-17
5
16
6
17
This release mainly fixes test suite compatibility with upcoming Poetry releases.
@@ -18,7 +29,7 @@ This release mainly fixes test suite compatibility with upcoming Poetry releases
18
29
19
30
### Fixed
20
31
21
-
- Fix an issue were the export failed if there was a circular dependency on the root package ([#118](https://github.com/python-poetry/poetry-plugin-export/pull/118)).
32
+
- Fix an issue where the export failed if there was a circular dependency on the root package ([#118](https://github.com/python-poetry/poetry-plugin-export/pull/118)).
22
33
23
34
24
35
## [1.2.0] - 2022-11-05
@@ -145,7 +156,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
145
156
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments