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
+21-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Change Log
2
2
3
+
## [1.9.0] - 2025-01-12
4
+
5
+
### Added
6
+
7
+
- Add an `--all-groups` option to export dependencies from all groups ([#294](https://github.com/python-poetry/poetry-plugin-export/pull/294)).
8
+
9
+
### Changed
10
+
11
+
- Drop support for Python 3.8 ([#300](https://github.com/python-poetry/poetry-plugin-export/pull/300)).
12
+
- Clarify the help text of `--with` and `--only` and deprecate `--without` ([#212](https://github.com/python-poetry/poetry-plugin-export/pull/212)).
13
+
- Fail if the `poetry.lock` file is not consistent with the `pyproject.toml` file ([#310](https://github.com/python-poetry/poetry-plugin-export/pull/310)).
14
+
15
+
### Fixed
16
+
17
+
- Fix an issue where the export failed with the message `"dependency walk failed"`.
18
+
This fix requires a `poetry.lock` file created with Poetry 2.x ([#286](https://github.com/python-poetry/poetry-plugin-export/pull/286)).
19
+
- Fix an issue where the `pre-commit` hook regex matched wrong files ([#285](https://github.com/python-poetry/poetry-plugin-export/pull/285)).
20
+
21
+
3
22
## [1.8.0] - 2024-05-11
4
23
5
24
### Changed
@@ -211,7 +230,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
211
230
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments