|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.3.0] - 2022-10-05 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Add `3.11` to the list of available Python versions ([#477](https://github.com/python-poetry/poetry-core/pull/477)). |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | +- Deprecate `poetry.core.constraints.generic`, which is replaced by `poetry.core.packages.constraints` ([#482](https://github.com/python-poetry/poetry-core/pull/482)). |
| 12 | +- Deprecate `poetry.core.semver`, which is replaced by `poetry.core.constraints.version` ([#482](https://github.com/python-poetry/poetry-core/pull/482)). |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +- Fix an issue where versions were escaped wrongly when building the wheel name ([#469](https://github.com/python-poetry/poetry-core/pull/469)). |
| 17 | +- Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range ([#475](https://github.com/python-poetry/poetry-core/pull/475)). |
| 18 | +- Fix an issue where the names of extras were not normalized according to PEP 685 ([#476](https://github.com/python-poetry/poetry-core/pull/476)). |
| 19 | +- Fix an issue where sdist names were not normalized ([#484](https://github.com/python-poetry/poetry-core/pull/484)). |
| 20 | + |
| 21 | + |
3 | 22 | ## [1.2.0] - 2022-09-13 |
4 | 23 |
|
5 | 24 | ### Added |
6 | 25 |
|
7 | 26 | - Added support for subdirectories in `url` dependencies ([#398](https://github.com/python-poetry/poetry-core/pull/398)). |
8 | 27 |
|
9 | 28 | ### Changed |
| 29 | + |
10 | 30 | - When setting an invalid version constraint an error is raised instead of silently setting "any version" ([#461](https://github.com/python-poetry/poetry-core/pull/461)). |
11 | 31 | - Allow more characters in author name ([#411](https://github.com/python-poetry/poetry-core/pull/411)). |
12 | 32 |
|
|
33 | 53 | ## [1.1.0rc2] - 2022-08-26 |
34 | 54 |
|
35 | 55 | ### Changed |
| 56 | + |
36 | 57 | - Enabled setting `version` of `ProjectPackage` to support dynamically setting the project's package version (e.g. from a plugin) ([#447](https://github.com/python-poetry/poetry-core/pull/447)). |
37 | 58 |
|
38 | 59 | ### Fixed |
@@ -385,7 +406,8 @@ No changes. |
385 | 406 | - Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)). |
386 | 407 |
|
387 | 408 |
|
388 | | -[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.2.0...main |
| 409 | +[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.3.0...main |
| 410 | +[1.3.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.0 |
389 | 411 | [1.2.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.2.0 |
390 | 412 | [1.1.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0 |
391 | 413 | [1.1.0rc3]: https://github.com/python-poetry/poetry-core/releases/tag/1.1.0rc3 |
|
0 commit comments