Skip to content

Commit a8f0889

Browse files
committed
release: bump version to 2.1.4
1 parent 683fd83 commit a8f0889

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

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

523
### Changed
@@ -2511,7 +2529,8 @@ Initial release
25112529

25122530

25132531

2514-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.3...main
2532+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.4...main
2533+
[2.1.4]: https://github.com/python-poetry/poetry/releases/tag/2.1.4
25152534
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3
25162535
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
25172536
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "poetry"
3-
version = "2.1.3"
3+
version = "2.1.4"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.9,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)