Skip to content

Commit c4c857e

Browse files
committed
release: bump version to 1.4.2
1 parent d74fdb3 commit c4c857e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22

33

4+
## [1.4.2] - 2023-04-02
5+
6+
### Changed
7+
8+
- When trying to install wheels with invalid `RECORD` files, Poetry does not fail anymore but only prints a warning.
9+
This mitigates an unintended change introduced in Poetry 1.4.1 ([#7694](https://github.com/python-poetry/poetry/pull/7694)).
10+
11+
### Fixed
12+
13+
- Fix an issue where relative git submodule urls were not parsed correctly ([#7017](https://github.com/python-poetry/poetry/pull/7017)).
14+
- Fix an issue where Poetry could freeze when building a project with a build script if it generated enough output to fill the OS pipe buffer ([#7699](https://github.com/python-poetry/poetry/pull/7699)).
15+
16+
417
## [1.4.1] - 2023-03-19
518

619
### Fixed
@@ -1786,7 +1799,8 @@ Initial release
17861799

17871800

17881801

1789-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.4.1...master
1802+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.4.2...master
1803+
[1.4.2]: https://github.com/python-poetry/poetry/releases/tag/1.4.2
17901804
[1.4.1]: https://github.com/python-poetry/poetry/releases/tag/1.4.1
17911805
[1.4.0]: https://github.com/python-poetry/poetry/releases/tag/1.4.0
17921806
[1.3.2]: https://github.com/python-poetry/poetry/releases/tag/1.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <[email protected]>",

0 commit comments

Comments
 (0)