|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.4.0] - 2022-11-22 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- The PEP 517 `metadata_directory` is now respected as an input to the `build_wheel` hook ([#487](https://github.com/python-poetry/poetry-core/pull/487)). |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | +- Sources are now considered more carefully when dealing with dependencies with environment markers ([#497](https://github.com/python-poetry/poetry-core/pull/497)). |
| 12 | +- `EmptyConstraint` is now hashable ([#513](https://github.com/python-poetry/poetry-core/pull/513)). |
| 13 | +- `ParseConstraintError` is now raised on version and constraint parsing errors, and includes information on the package that caused the error ([#514](https://github.com/python-poetry/poetry-core/pull/514)). |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons ([#510](https://github.com/python-poetry/poetry-core/pull/510)). |
| 18 | +- Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 ([#512](https://github.com/python-poetry/poetry-core/pull/512)). |
| 19 | + |
| 20 | +### Vendoring |
| 21 | + |
| 22 | +- [`jsonschema==4.17.0`](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) |
| 23 | +- [`lark==1.1.14`](https://github.com/lark-parser/lark/releases/tag/1.1.4) |
| 24 | +- [`pyrsistent==0.19.2`](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt) |
| 25 | +- [`tomlkit==0.11.6`](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) |
| 26 | +- [`typing-extensions==4.4.0`](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) |
| 27 | + |
3 | 28 | ## [1.3.2] - 2022-10-07 |
4 | 29 |
|
5 | 30 | ### Fixed |
@@ -418,7 +443,10 @@ No changes. |
418 | 443 | - Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)). |
419 | 444 |
|
420 | 445 |
|
421 | | -[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.3.0...main |
| 446 | +[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.4.0...main |
| 447 | +[1.4.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.4.0 |
| 448 | +[1.3.2]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.2 |
| 449 | +[1.3.1]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.1 |
422 | 450 | [1.3.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.0 |
423 | 451 | [1.2.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.2.0 |
424 | 452 | [1.1.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0 |
|
0 commit comments