diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9a48edf..e23273fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d). +## [3.13.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.13.1) - 2023-11-21 + + +### Fixed + +- Fix "pip install" by making pyproject.toml viable. ([#952](https://github.com/Backblaze/B2_Command_Line_Tool/issues/952)) + +### Doc + +- Fix `docker run` example in README.md + +### Infrastructure + +- Towncrier changelog generation - to avoid conflicts when simultaneously working on PRs +- fix towncrier generated changelog to work with mindsers/changelog-reader-action + + ## [3.13.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.13.0) - 2023-11-16 ### Added diff --git a/changelog.d/+fix_docker_run_example.doc.md b/changelog.d/+fix_docker_run_example.doc.md deleted file mode 100644 index 0c1d5253b..000000000 --- a/changelog.d/+fix_docker_run_example.doc.md +++ /dev/null @@ -1 +0,0 @@ -Fix `docker run` example in README.md \ No newline at end of file diff --git a/changelog.d/+fixed_changelog_format.infrastructure.md b/changelog.d/+fixed_changelog_format.infrastructure.md deleted file mode 100644 index b1915e7c1..000000000 --- a/changelog.d/+fixed_changelog_format.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -fix towncrier generated changelog to work with mindsers/changelog-reader-action \ No newline at end of file diff --git a/changelog.d/+towncrier.infrastructure.md b/changelog.d/+towncrier.infrastructure.md deleted file mode 100644 index cc78c78d1..000000000 --- a/changelog.d/+towncrier.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Towncrier changelog generation - to avoid conflicts when simultaneously working on PRs \ No newline at end of file diff --git a/changelog.d/952.fixed.md b/changelog.d/952.fixed.md deleted file mode 100644 index 12fe3d370..000000000 --- a/changelog.d/952.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix "pip install" by making pyproject.toml viable.