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
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Change Log
2
2
3
+
## [1.1.0] - 2022-10-01
4
+
5
+
### Added
6
+
7
+
- Add support for exporting `constraints.txt` files ([#128](https://github.com/python-poetry/poetry-plugin-export/pull/128)).
8
+
9
+
### Fixed
10
+
11
+
- Fix an issue where a relative path passed via `-o` was not ìnterpreted relative to the current working directory ([#130](https://github.com/python-poetry/poetry-plugin-export/pull/130)).
12
+
- Fix an issue where the names of extras were not normalized according to PEP 685 ([#123](https://github.com/python-poetry/poetry-plugin-export/pull/123)).
13
+
14
+
3
15
## [1.0.7] - 2022-09-13
4
16
5
17
### Added
@@ -16,28 +28,33 @@
16
28
- Fix 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
29
- Fix an issue where only one of `--index-url` and `--extra-index-url` were exported ([#117](https://github.com/python-poetry/poetry-plugin-export/pull/117)).
18
30
31
+
19
32
## [1.0.6] - 2022-08-07
20
33
21
34
### Fixed
22
35
23
36
- Fixed an issue the markers of exported dependencies overlapped. [#94](https://github.com/python-poetry/poetry-plugin-export/pull/94)
- Fixed an issue where the exported dependencies did not list their active extras. [#65](https://github.com/python-poetry/poetry-plugin-export/pull/65)
36
51
52
+
37
53
## [1.0.3] - 2022-05-23
38
54
39
55
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
40
56
57
+
41
58
## [1.0.2] - 2022-05-10
42
59
43
60
### Fixed
@@ -55,6 +72,7 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
55
72
56
73
- Fixed a regression where export incorrectly always exported default group only. [#50](https://github.com/python-poetry/poetry-plugin-export/pull/50)
57
74
75
+
58
76
## [1.0.0] - 2022-04-05
59
77
60
78
### Fixed
@@ -86,7 +104,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
86
104
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments