Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion content/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ layout: single
title: History
---

## [2.1.4] - 2025-08-05

### Changed

- Require `virtualenv<20.33` to work around an issue where Poetry uses the wrong Python version ([#10491](https://github.com/python-poetry/poetry/pull/10491)).
- Improve the error messages for the validation of the `pyproject.toml` file ([#10471](https://github.com/python-poetry/poetry/pull/10471)).

### Fixed

- Fix an issue where project plugins were installed even though `poetry install` was called with `--no-plugins` ([#10405](https://github.com/python-poetry/poetry/pull/10405)).
- Fix an issue where dependency resolution failed for self-referential extras with duplicate dependencies ([#10488](https://github.com/python-poetry/poetry/pull/10488)).

### Docs

- Clarify how to include files that were automatically excluded via VCS ignore settings ([#10442](https://github.com/python-poetry/poetry/pull/10442)).
- Clarify the behavior of `poetry add` if no version constraint is explicitly specified ([#10445](https://github.com/python-poetry/poetry/pull/10445)).

## [2.1.3] - 2025-05-04

### Changed
Expand Down Expand Up @@ -2398,7 +2415,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.1.3...main
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.4...main
[2.1.4]: https://github.com/python-poetry/poetry/releases/tag/2.1.4
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
Expand Down