Skip to content

Commit 365e679

Browse files
authored
history: add Poetry 2.2.1 (#193)
1 parent 67dbbe2 commit 365e679

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

content/history.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ layout: single
44
title: History
55
---
66

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)).
16+
17+
### poetry-core ([`2.2.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.2.1))
18+
19+
- 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+
721
## [2.2.0] - 2025-09-14
822

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

24482462
Initial release
24492463

2450-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.2.0...main
2464+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.2.1...main
2465+
[2.2.1]: https://github.com/python-poetry/poetry/releases/tag/2.2.1
24512466
[2.2.0]: https://github.com/python-poetry/poetry/releases/tag/2.2.0
24522467
[2.1.4]: https://github.com/python-poetry/poetry/releases/tag/2.1.4
24532468
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3

0 commit comments

Comments
 (0)