fix changelog (#9399) · python-poetry/poetry@a2d09a1 (original) (raw)

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 1 # Change Log
2 2
3 3
4 -## [1.8.3] - 2024-05-03
4 +## [1.8.3] - 2024-05-08
5 5
6 6 ### Added
7 7
@@ -29,7 +29,7 @@
29 29 - Add reference to configuration credentials in documentation of poetry `publish` ([#9110](https://github.com/python-poetry/poetry/pull/9110)).
30 30 - Improve documentation for configuring credentials via environment variables ([#9121](https://github.com/python-poetry/poetry/pull/9121)).
31 31 - Remove misleading wording around virtual environments ([#9213](https://github.com/python-poetry/poetry/pull/9213)).
32 -- Remove outdated advice regarding seeding keyring backends ([#9213](https://github.com/python-poetry/poetry/pull/9213)).
32 +- Remove outdated advice regarding seeding keyring backends ([#9164](https://github.com/python-poetry/poetry/pull/9164)).
33 33 - Add a `pyproject.toml` example for a dependency with multiple extras ([#9138](https://github.com/python-poetry/poetry/pull/9138)).
34 34 - Clarify help of `poetry add` ([#9230](https://github.com/python-poetry/poetry/pull/9230)).
35 35 - Add a note how to configure credentials for TestPyPI for `poetry publish` ([#9255](https://github.com/python-poetry/poetry/pull/9255)).