Skip to content

Commit 46bf7fd

Browse files
authored
release: bump to version 1.1.15 (#6208)
1 parent 4bd98ac commit 46bf7fd

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Change Log
22

3+
## [1.1.15] - 2022-08-22
4+
5+
### Changed
6+
7+
- Poetry now fallback to gather metadata for dependencies via pep517 if parsing pyproject.toml fail ([#6206](https://github.com/python-poetry/poetry/pull/6206))
8+
- Extras and extras dependencies are now sorted in lock file ([#6207](https://github.com/python-poetry/poetry/pull/6207))
9+
310
## [1.1.14] - 2022-07-08
411

5-
## Fixed
12+
### Fixed
613

714
- Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API ([#5973](https://github.com/python-poetry/poetry/pull/5973))
815

916
## [1.1.13] - 2022-02-09
1017

11-
## Fixed
18+
### Fixed
1219

1320
- Fixed an issue where envs in MSYS2 always reported as broken ([#4942](https://github.com/python-poetry/poetry/pull/4942))
1421
- Fixed an issue where conda envs in windows are always reported as broken ([#5008](https://github.com/python-poetry/poetry/pull/5008))
@@ -1183,7 +1190,8 @@ Initial release
11831190

11841191

11851192

1186-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.14...1.1
1193+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.15...1.1
1194+
[1.1.15]: https://github.com/python-poetry/poetry/releases/tag/1.1.15
11871195
[1.1.14]: https://github.com/python-poetry/poetry/releases/tag/1.1.14
11881196
[1.1.13]: https://github.com/python-poetry/poetry/releases/tag/1.1.13
11891197
[1.1.12]: https://github.com/python-poetry/poetry/releases/tag/1.1.12

poetry/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.14"
1+
__version__ = "1.1.15"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.1.14"
3+
version = "1.1.15"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <sebastien@eustace.io>"

0 commit comments

Comments
 (0)