You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
1
# Change Log
2
2
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
+
3
10
## [1.1.14] - 2022-07-08
4
11
5
-
## Fixed
12
+
###Fixed
6
13
7
14
- 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))
8
15
9
16
## [1.1.13] - 2022-02-09
10
17
11
-
## Fixed
18
+
###Fixed
12
19
13
20
- Fixed an issue where envs in MSYS2 always reported as broken ([#4942](https://github.com/python-poetry/poetry/pull/4942))
14
21
- Fixed an issue where conda envs in windows are always reported as broken ([#5008](https://github.com/python-poetry/poetry/pull/5008))
0 commit comments