Skip to content

Commit 09aec2d

Browse files
committed
release: bump version to 1.9.0
1 parent 26afa66 commit 09aec2d

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

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+
322
## [1.8.0] - 2024-05-11
423

524
### Changed
@@ -211,7 +230,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
211230
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
212231

213232

214-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.8.0...main
233+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.9.0...main
234+
[1.9.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.9.0
215235
[1.8.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.8.0
216236
[1.7.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.1
217237
[1.7.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-export"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)