|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## [1.6.0] - 2023-05-12 |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- Improve error message for invalid markers ([#569](https://github.com/python-poetry/poetry-core/pull/569)). |
| 9 | +- Increase robustness when deleting temporary directories on Windows ([#460](https://github.com/python-poetry/poetry-core/pull/460)). |
| 10 | +- Add support for file dependencies with subdirectories ([#467](https://github.com/python-poetry/poetry-core/pull/467)). |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- Replace `tomlkit` with `tomli`, which changes the interface of some _internal_ classes ([#483](https://github.com/python-poetry/poetry-core/pull/483)). |
| 15 | +- Deprecate `Package.category` ([#561](https://github.com/python-poetry/poetry-core/pull/561)). |
| 16 | + |
| 17 | +### Fixed |
| 18 | + |
| 19 | +- Fix a performance regression in marker handling ([#568](https://github.com/python-poetry/poetry-core/pull/568)). |
| 20 | +- Fix an issue where wildcard version constraints were not handled correctly ([#402](https://github.com/python-poetry/poetry-core/pull/402)). |
| 21 | +- Fix an issue where `poetry build` created duplicate Python classifiers if they were specified manually ([#578](https://github.com/python-poetry/poetry-core/pull/578)). |
| 22 | +- Fix an issue where local versions where not handled correctly ([#579](https://github.com/python-poetry/poetry-core/pull/579)). |
| 23 | + |
| 24 | +### Vendoring |
| 25 | + |
| 26 | +- [`attrs==23.1.0`](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) |
| 27 | +- [`packaging==23.1`](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) |
| 28 | +- [`tomli==2.0.1`](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) |
| 29 | +- [`typing-extensions==4.5.0`](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) |
| 30 | + |
| 31 | + |
4 | 32 | ## [1.5.2] - 2023-03-13
|
5 | 33 |
|
6 | 34 | ### Fixed
|
@@ -503,7 +531,8 @@ No changes.
|
503 | 531 | - Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
|
504 | 532 |
|
505 | 533 |
|
506 |
| -[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.5.2...main |
| 534 | +[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.6.0...main |
| 535 | +[1.6.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.6.0 |
507 | 536 | [1.5.2]: https://github.com/python-poetry/poetry-core/releases/tag/1.5.2
|
508 | 537 | [1.5.1]: https://github.com/python-poetry/poetry-core/releases/tag/1.5.1
|
509 | 538 | [1.5.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.5.0
|
|
0 commit comments