Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.10.0] - 2026-01-18

### Added

- Add support for exporting `pylock.toml` files ([#357](https://github.com/python-poetry/poetry-plugin-export/pull/357)).

### Changed

- Drop support for Python 3.9 ([#349](https://github.com/python-poetry/poetry-plugin-export/pull/349)).

### Fixed

- Fix an issue where a `"dependency walk failed"` error message gave an outdated advice ([#353](https://github.com/python-poetry/poetry-plugin-export/pull/353)).


## [1.9.0] - 2025-01-12

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


[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.9.0...main
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.10.0...main
[1.10.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.10.0
[1.9.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.9.0
[1.8.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.8.0
[1.7.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "poetry-plugin-export"
version = "1.9.0"
version = "1.10.0"
description = "Poetry plugin to export the dependencies to various formats"
authors = [{ name = "Sébastien Eustace", email = "sebastien@eustace.io" }]
license = "MIT"
Expand Down