Skip to content

Commit 2ec77db

Browse files
authored
history: add Poetry 2.3.2 (#203)
1 parent 5dbfb9d commit 2ec77db

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/history.md

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

7+
## [2.3.2] - 2026-02-01
8+
9+
### Changed
10+
11+
- Allow `dulwich>=1.0` ([#10701](https://github.com/python-poetry/poetry/pull/10701)).
12+
13+
### poetry-core ([`2.3.1`](https://github.com/python-poetry/poetry-core/releases/tag/2.3.1))
14+
15+
- Fix an issue where `platform_release` could not be parsed on Windows Server ([#911](https://github.com/python-poetry/poetry-core/pull/911)).
16+
717
## [2.3.1] - 2026-01-20
818

919
### Fixed
@@ -2529,7 +2539,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
25292539

25302540
Initial release
25312541

2532-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.1...main
2542+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.2...main
2543+
[2.3.2]: https://github.com/python-poetry/poetry/releases/tag/2.3.2
25332544
[2.3.1]: https://github.com/python-poetry/poetry/releases/tag/2.3.1
25342545
[2.3.0]: https://github.com/python-poetry/poetry/releases/tag/2.3.0
25352546
[2.2.1]: https://github.com/python-poetry/poetry/releases/tag/2.2.1

0 commit comments

Comments
 (0)