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-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Change Log
2
2
3
3
4
+
## [1.3.0] - 2023-01-30
5
+
6
+
### Changed
7
+
8
+
- Drop some compatibility code and bump minimum required poetry version to 1.3.0 ([#167](https://github.com/python-poetry/poetry-plugin-export/pull/167)).
9
+
10
+
### Fixed
11
+
12
+
- 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)).
13
+
14
+
4
15
## [1.2.0] - 2022-11-05
5
16
6
17
### Changed
@@ -29,7 +40,7 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
29
40
30
41
### Fixed
31
42
32
-
- 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)).
43
+
- Fix an issue where a relative path passed via `-o` was not interpreted relative to the current working directory ([#130](https://github.com/python-poetry/poetry-plugin-export/pull/130)).
33
44
- 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)).
34
45
35
46
@@ -125,7 +136,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
125
136
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments