From e34569f66576ac79295cc0100e25006a33b575a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nowacki?= Date: Tue, 21 Nov 2023 14:44:52 +0100 Subject: [PATCH] release 3.13.1 --- CHANGELOG.md | 17 +++++++++++++++++ changelog.d/+fix_docker_run_example.doc.md | 1 - .../+fixed_changelog_format.infrastructure.md | 1 - changelog.d/+towncrier.infrastructure.md | 1 - changelog.d/952.fixed.md | 1 - 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+fix_docker_run_example.doc.md delete mode 100644 changelog.d/+fixed_changelog_format.infrastructure.md delete mode 100644 changelog.d/+towncrier.infrastructure.md delete mode 100644 changelog.d/952.fixed.md 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.