Skip to content

Commit 5dbfb9d

Browse files
authored
history: add Poetry 2.3.1 (#202)
1 parent 5b844b7 commit 5dbfb9d

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.1] - 2026-01-20
8+
9+
### Fixed
10+
11+
- Fix an issue where cached information about each package was always considered outdated ([#10699](https://github.com/python-poetry/poetry/pull/10699)).
12+
13+
### Docs
14+
15+
- Document SHELL_VERBOSITY environment variable ([#10678](https://github.com/python-poetry/poetry/pull/10678)).
16+
717
## [2.3.0] - 2026-01-18
818

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

25202530
Initial release
25212531

2522-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.0...main
2532+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.1...main
2533+
[2.3.1]: https://github.com/python-poetry/poetry/releases/tag/2.3.1
25232534
[2.3.0]: https://github.com/python-poetry/poetry/releases/tag/2.3.0
25242535
[2.2.1]: https://github.com/python-poetry/poetry/releases/tag/2.2.1
25252536
[2.2.0]: https://github.com/python-poetry/poetry/releases/tag/2.2.0

0 commit comments

Comments
 (0)