Skip to content

Commit a70207c

Browse files
authored
history: add Poetry 2.1.2 (#184)
1 parent 0f011fa commit a70207c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

content/history.md

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

7+
## [2.1.2] - 2025-03-29
8+
9+
### Changed
10+
11+
- Improve performance of locking dependencies ([#10275](https://github.com/python-poetry/poetry/pull/10275)).
12+
13+
### Fixed
14+
15+
- Fix an issue where markers were not locked correctly ([#10240](https://github.com/python-poetry/poetry/pull/10240)).
16+
- Fix an issue where the result of `poetry lock` was not deterministic ([#10276](https://github.com/python-poetry/poetry/pull/10276)).
17+
- Fix an issue where `poetry env activate` returned the wrong command for `tcsh` ([#10243](https://github.com/python-poetry/poetry/pull/10243)).
18+
- Fix an issue where `poetry env activate` returned the wrong command for `pwsh` on Linux ([#10256](https://github.com/python-poetry/poetry/pull/10256)).
19+
20+
### Docs
21+
22+
- Update basic usage section to reflect new default layout ([#10203](https://github.com/python-poetry/poetry/pull/10203)).
23+
24+
### poetry-core ([`2.1.2`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.2))
25+
26+
- Improve performance of marker operations ([#851](https://github.com/python-poetry/poetry-core/pull/851)).
27+
- 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),
28+
[#846](https://github.com/python-poetry/poetry-core/pull/846)).
29+
- Fix an issue where `extra` markers were not simplified ([#842](https://github.com/python-poetry/poetry-core/pull/842),
30+
[#845](https://github.com/python-poetry/poetry-core/pull/845),
31+
[#847](https://github.com/python-poetry/poetry-core/pull/847)).
32+
- Fix an issue where the intersection and union of markers was not deterministic ([#843](https://github.com/python-poetry/poetry-core/pull/843)).
33+
- 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)).
34+
- Fix an issue where `python_version` markers were not simplified ([#848](https://github.com/python-poetry/poetry-core/pull/848),
35+
[#851](https://github.com/python-poetry/poetry-core/pull/851)).
36+
- Fix an issue where Python constraints on a package were converted into invalid markers ([#853](https://github.com/python-poetry/poetry-core/pull/853)).
37+
738
## [2.1.1] - 2025-02-16
839

940
### Fixed
@@ -2345,7 +2376,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
23452376

23462377
Initial release
23472378

2348-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.1...main
2379+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.2...main
2380+
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
23492381
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
23502382
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0
23512383
[2.0.1]: https://github.com/python-poetry/poetry/releases/tag/2.0.1

0 commit comments

Comments
 (0)