Skip to content

Commit fc1014b

Browse files
committed
release: bump version to 1.4.1
1 parent 0b387ff commit fc1014b

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

Diff for: CHANGELOG.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Change Log
22

33

4+
## [1.4.1] - 2023-03-19
5+
6+
### Fixed
7+
8+
- Fix an issue where `poetry install` did not respect the requirements for building editable dependencies ([#7579](https://github.com/python-poetry/poetry/pull/7579)).
9+
- Fix an issue where `poetry init` crashed due to bad input when adding packages interactively ([#7569](https://github.com/python-poetry/poetry/pull/7569)).
10+
- Fix an issue where `poetry install` ignored the `subdirectory` argument of git dependencies ([#7580](https://github.com/python-poetry/poetry/pull/7580)).
11+
- Fix an issue where installing packages with `no-binary` could result in a false hash mismatch ([#7594](https://github.com/python-poetry/poetry/pull/7594)).
12+
- Fix an issue where the hash of sdists was neither validated nor written to the `direct_url.json` during installation ([#7594](https://github.com/python-poetry/poetry/pull/7594)).
13+
- Fix an issue where `poetry install --sync` attempted to remove itself ([#7626](https://github.com/python-poetry/poetry/pull/7626)).
14+
- Fix an issue where wheels with non-normalized `dist-info` directory names could not be installed ([#7671](https://github.com/python-poetry/poetry/pull/7671)).
15+
- Fix an issue where `poetry install --compile` compiled with optimization level 1 ([#7666](https://github.com/python-poetry/poetry/pull/7666)).
16+
17+
### Docs
18+
19+
- Clarify the behavior of the `--extras` option ([#7563](https://github.com/python-poetry/poetry/pull/7563)).
20+
- Expand the FAQ on reasons for slow dependency resolution ([#7620](https://github.com/python-poetry/poetry/pull/7620)).
21+
22+
23+
### poetry-core ([`1.5.2`](https://github.com/python-poetry/poetry-core/releases/tag/1.5.2))
24+
25+
- Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file ([#555](https://github.com/python-poetry/poetry-core/pull/555)).
26+
27+
428
## [1.4.0] - 2023-02-27
529

630
### Added
@@ -1762,7 +1786,8 @@ Initial release
17621786

17631787

17641788

1765-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.4.0...master
1789+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.4.1...master
1790+
[1.4.1]: https://github.com/python-poetry/poetry/releases/tag/1.4.1
17661791
[1.4.0]: https://github.com/python-poetry/poetry/releases/tag/1.4.0
17671792
[1.3.2]: https://github.com/python-poetry/poetry/releases/tag/1.3.2
17681793
[1.3.1]: https://github.com/python-poetry/poetry/releases/tag/1.3.1

Diff for: 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.4.0"
3+
version = "1.4.1"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <[email protected]>",

0 commit comments

Comments
 (0)