Skip to content

Commit e362b1b

Browse files
authored
history: add Poetry 2.1.4 (#189)
1 parent a6021bb commit e362b1b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

content/history.md

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

7+
## [2.1.4] - 2025-08-05
8+
9+
### Changed
10+
11+
- 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)).
12+
- Improve the error messages for the validation of the `pyproject.toml` file ([#10471](https://github.com/python-poetry/poetry/pull/10471)).
13+
14+
### Fixed
15+
16+
- 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)).
17+
- Fix an issue where dependency resolution failed for self-referential extras with duplicate dependencies ([#10488](https://github.com/python-poetry/poetry/pull/10488)).
18+
19+
### Docs
20+
21+
- Clarify how to include files that were automatically excluded via VCS ignore settings ([#10442](https://github.com/python-poetry/poetry/pull/10442)).
22+
- Clarify the behavior of `poetry add` if no version constraint is explicitly specified ([#10445](https://github.com/python-poetry/poetry/pull/10445)).
23+
724
## [2.1.3] - 2025-05-04
825

926
### Changed
@@ -2398,7 +2415,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
23982415

23992416
Initial release
24002417

2401-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.3...main
2418+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.4...main
2419+
[2.1.4]: https://github.com/python-poetry/poetry/releases/tag/2.1.4
24022420
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3
24032421
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
24042422
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1

0 commit comments

Comments
 (0)