Skip to content

Commit

Permalink
release: bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and abn committed Feb 26, 2024
1 parent 465aa8c commit 78f7dd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log


## [1.8.1] - 2024-02-26

### Fixed

- Update the minimum required version of `packaging` ([#9031](https://github.com/python-poetry/poetry/pull/9031)).
- Handle unexpected responses from servers that do not support HTTP range requests with negative offsets more robust ([#9030](https://github.com/python-poetry/poetry/pull/9030)).

### Docs

- Rename `master` branch to `main` ([#9022](https://github.com/python-poetry/poetry/pull/9022)).


## [1.8.0] - 2024-02-25

### Added
Expand Down Expand Up @@ -2126,7 +2138,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.0...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.1...master
[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1
[1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0
[1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1
[1.7.0]: https://github.com/python-poetry/poetry/releases/tag/1.7.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
version = "1.8.0"
version = "1.8.1"
description = "Python dependency management and packaging made easy."
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
maintainers = [
Expand Down

0 comments on commit 78f7dd6

Please sign in to comment.