From 96fb3c08df9084c55a598becb93daa182e2ab20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:12:24 +0100 Subject: [PATCH] history: add Poetry 2.3.1 --- content/history.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/history.md b/content/history.md index eda7b0f..d8d883e 100644 --- a/content/history.md +++ b/content/history.md @@ -4,6 +4,16 @@ layout: single title: History --- +## [2.3.1] - 2026-01-20 + +### Fixed + +- Fix an issue where cached information about each package was always considered outdated ([#10699](https://github.com/python-poetry/poetry/pull/10699)). + +### Docs + +- Document SHELL_VERBOSITY environment variable ([#10678](https://github.com/python-poetry/poetry/pull/10678)). + ## [2.3.0] - 2026-01-18 ### Added @@ -2519,7 +2529,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.3.0...main +[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.1...main +[2.3.1]: https://github.com/python-poetry/poetry/releases/tag/2.3.1 [2.3.0]: https://github.com/python-poetry/poetry/releases/tag/2.3.0 [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