Skip to content
Merged
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
17 changes: 16 additions & 1 deletion content/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ layout: single
title: History
---

## [2.2.1] - 2025-09-21

### Fixed

- Fix an issue where `poetry self show` failed with a message about an invalid output format ([#10560](https://github.com/python-poetry/poetry/pull/10560)).

### Docs

- Remove outdated statements about dependency groups ([#10561](https://github.com/python-poetry/poetry/pull/10561)).

### poetry-core ([`2.2.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.2.1))

- Fix an issue where it was not possible to declare a PEP 735 dependency group as optional ([#888](https://github.com/python-poetry/poetry-core/pull/888)).

## [2.2.0] - 2025-09-14

### Added
Expand Down Expand Up @@ -2447,7 +2461,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t

Initial release

[Unreleased]: https://github.com/python-poetry/poetry/compare/2.2.0...main
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.2.1...main
[2.2.1]: https://github.com/python-poetry/poetry/releases/tag/2.2.1
[2.2.0]: https://github.com/python-poetry/poetry/releases/tag/2.2.0
[2.1.4]: https://github.com/python-poetry/poetry/releases/tag/2.1.4
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3
Expand Down