Skip to content

Commit 2950bd6

Browse files
committed
release: bump version to 2.1.2
1 parent 9ac9b49 commit 2950bd6

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

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

3+
## [2.1.2] - 2025-03-29
4+
5+
### Changed
6+
7+
- Improve performance of locking dependencies ([#10275](https://github.com/python-poetry/poetry/pull/10275)).
8+
9+
### Fixed
10+
11+
- Fix an issue where markers were not locked correctly ([#10240](https://github.com/python-poetry/poetry/pull/10240)).
12+
- Fix an issue where the result of `poetry lock` was not deterministic ([#10276](https://github.com/python-poetry/poetry/pull/10276)).
13+
- Fix an issue where `poetry env activate` returned the wrong command for `tcsh` ([#10243](https://github.com/python-poetry/poetry/pull/10243)).
14+
- Fix an issue where `poetry env activate` returned the wrong command for `pwsh` on Linux ([#10256](https://github.com/python-poetry/poetry/pull/10256)).
15+
16+
### Docs
17+
18+
- Update basic usage section to reflect new default layout ([#10203](https://github.com/python-poetry/poetry/pull/10203)).
19+
20+
### poetry-core ([`2.1.2`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.2))
21+
22+
- Improve performance of marker operations ([#851](https://github.com/python-poetry/poetry-core/pull/851)).
23+
- Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint ([#841](https://github.com/python-poetry/poetry-core/pull/841),
24+
[#846](https://github.com/python-poetry/poetry-core/pull/846)).
25+
- Fix an issue where `extra` markers were not simplified ([#842](https://github.com/python-poetry/poetry-core/pull/842),
26+
[#845](https://github.com/python-poetry/poetry-core/pull/845),
27+
[#847](https://github.com/python-poetry/poetry-core/pull/847)).
28+
- Fix an issue where the intersection and union of markers was not deterministic ([#843](https://github.com/python-poetry/poetry-core/pull/843)).
29+
- Fix an issue where the intersection of `python_version` markers was not recognized as empty ([#849](https://github.com/python-poetry/poetry-core/pull/849)).
30+
- Fix an issue where `python_version` markers were not simplified ([#848](https://github.com/python-poetry/poetry-core/pull/848),
31+
[#851](https://github.com/python-poetry/poetry-core/pull/851)).
32+
- Fix an issue where Python constraints on a package were converted into invalid markers ([#853](https://github.com/python-poetry/poetry-core/pull/853)).
33+
34+
335
## [2.1.1] - 2025-02-16
436

537
### Fixed
@@ -2456,7 +2488,8 @@ Initial release
24562488

24572489

24582490

2459-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.1...main
2491+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.2...main
2492+
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
24602493
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
24612494
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0
24622495
[2.0.1]: https://github.com/python-poetry/poetry/releases/tag/2.0.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.1"
3+
version = "2.1.2"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.9,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)