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
+15-3Lines changed: 15 additions & 3 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
-
## [1.7.1] - 2023-03-19
3
+
## [1.8.0] - 2024-05-11
4
+
5
+
### Changed
6
+
7
+
- Relax the constraint on `poetry` and `poetry-core` to allow (future) `2.*` versions ([#280](https://github.com/python-poetry/poetry-plugin-export/pull/280)).
8
+
9
+
### Fixed
10
+
11
+
- Fix an issue where editable installs where not exported correctly ([#258](https://github.com/python-poetry/poetry-plugin-export/pull/258)).
12
+
13
+
14
+
## [1.7.1] - 2024-03-19
4
15
5
16
### Changed
6
17
@@ -11,7 +22,7 @@
11
22
- Fix an issue where the source with the highest priority was exported with `--index-url` despite PyPI being among the sources ([#270](https://github.com/python-poetry/poetry-plugin-export/pull/270)).
12
23
13
24
14
-
## [1.7.0] - 2023-03-14
25
+
## [1.7.0] - 2024-03-14
15
26
16
27
### Changed
17
28
@@ -200,7 +211,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
200
211
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments