|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 35 | ## [2.1.1] - 2025-02-16
|
4 | 36 |
|
5 | 37 | ### Fixed
|
@@ -2456,7 +2488,8 @@ Initial release
|
2456 | 2488 |
|
2457 | 2489 |
|
2458 | 2490 |
|
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 |
2460 | 2493 | [2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
|
2461 | 2494 | [2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0
|
2462 | 2495 | [2.0.1]: https://github.com/python-poetry/poetry/releases/tag/2.0.1
|
|
0 commit comments