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: content/history.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ layout: single
4
4
title: History
5
5
---
6
6
7
+
## [2.2.1] - 2025-09-21
8
+
9
+
### Fixed
10
+
11
+
- 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)).
12
+
13
+
### Docs
14
+
15
+
- Remove outdated statements about dependency groups ([#10561](https://github.com/python-poetry/poetry/pull/10561)).
- 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)).
20
+
7
21
## [2.2.0] - 2025-09-14
8
22
9
23
### Added
@@ -2447,7 +2461,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
0 commit comments