|
1 | 1 | # Change Log |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [2.1.2] - 2025-03-29 |
| 5 | + |
| 6 | +### Changed |
| 7 | + |
| 8 | +- Improve performance of marker operations ([#851](https://github.com/python-poetry/poetry-core/pull/851)). |
| 9 | + |
| 10 | +### Fixed |
| 11 | + |
| 12 | +- 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), |
| 13 | + [#846](https://github.com/python-poetry/poetry-core/pull/846)). |
| 14 | +- Fix an issue where `extra` markers were not simplified ([#842](https://github.com/python-poetry/poetry-core/pull/842), |
| 15 | + [#845](https://github.com/python-poetry/poetry-core/pull/845), |
| 16 | + [#847](https://github.com/python-poetry/poetry-core/pull/847)). |
| 17 | +- Fix an issue where the intersection and union of markers was not deterministic ([#843](https://github.com/python-poetry/poetry-core/pull/843)). |
| 18 | +- 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)). |
| 19 | +- Fix an issue where `python_version` markers were not simplified ([#848](https://github.com/python-poetry/poetry-core/pull/848), |
| 20 | + [#851](https://github.com/python-poetry/poetry-core/pull/851)). |
| 21 | +- Fix an issue where Python constraints on a package were converted into invalid markers ([#853](https://github.com/python-poetry/poetry-core/pull/853)). |
| 22 | + |
| 23 | + |
4 | 24 | ## [2.1.1] - 2025-02-16 |
5 | 25 |
|
6 | 26 | ### Fixed |
@@ -745,7 +765,8 @@ No changes. |
745 | 765 | - Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)). |
746 | 766 |
|
747 | 767 |
|
748 | | -[Unreleased]: https://github.com/python-poetry/poetry-core/compare/2.1.1...main |
| 768 | +[Unreleased]: https://github.com/python-poetry/poetry-core/compare/2.1.2...main |
| 769 | +[2.1.2]: https://github.com/python-poetry/poetry-core/releases/tag/2.1.2 |
749 | 770 | [2.1.1]: https://github.com/python-poetry/poetry-core/releases/tag/2.1.1 |
750 | 771 | [2.1.0]: https://github.com/python-poetry/poetry-core/releases/tag/2.1.0 |
751 | 772 | [2.0.1]: https://github.com/python-poetry/poetry-core/releases/tag/2.0.1 |
|
0 commit comments