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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,35 @@
1
1
# Change Log
2
2
3
+
## [1.2.0] - 2022-09-13
4
+
5
+
### Added
6
+
7
+
- Added support for subdirectories in `url` dependencies ([#398](https://github.com/python-poetry/poetry-core/pull/398)).
8
+
9
+
### Changed
10
+
- 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
+
- Allow more characters in author name ([#411](https://github.com/python-poetry/poetry-core/pull/411)).
12
+
13
+
### Fixed
14
+
15
+
- Fixed an issue where incorrect `Requires-Dist` information was generated when environment markers where used for optional packages ([#462](https://github.com/python-poetry/poetry-core/pull/462)).
16
+
- Fixed an issue where incorrect python constraints were parsed from environment markers ([#457](https://github.com/python-poetry/poetry-core/pull/457)).
17
+
- Fixed the hashing of markers and constraints ([#466](https://github.com/python-poetry/poetry-core/pull/466)).
18
+
- Fixed an issue where the PEP 508 name of directory dependencies used platform paths ([#463](https://github.com/python-poetry/poetry-core/pull/463)).
19
+
20
+
3
21
## [1.1.0] - 2022-08-31
4
22
5
23
- No functional changes.
6
24
25
+
7
26
## [1.1.0rc3] - 2022-08-26
8
27
9
28
### Fixed
10
29
11
30
- Fixed an issue where a malformed URL was passed to pip when installing from a git subdirectory ([#451](https://github.com/python-poetry/poetry-core/pull/451)).
12
31
32
+
13
33
## [1.1.0rc2] - 2022-08-26
14
34
15
35
### Changed
@@ -365,7 +385,8 @@ No changes.
365
385
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
0 commit comments