From 9625a50fbe7e22f3d3b6386d28545e81004bab07 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Thu, 14 Nov 2024 10:17:09 +0100 Subject: [PATCH] v5.0.1 entry for change log Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 8 ++++++++ changelog.d/fixed/strip-plus.md | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/fixed/strip-plus.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f35442c..bb951fa72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,12 @@ CLI command and its behaviour. There are no guarantees of stability for the +## v5.0.1 - 2024-11-14 + +### Fixed + +- Fix readthedocs build. + ## v5.0.0 - 2024-10-17 This is a big release for a small change set. With this release, the tool @@ -106,6 +112,8 @@ subtly improved release of the much bigger version 3.2. unparseable. This is now fixed. (#1047) - Fixed a bug where `REUSE.toml` did not correctly apply its annotations to files which have an accompanying `.license` file. (#1058) +- When running `reuse download SPDX-IDENTIFIER+`, download `SPDX-IDENTIFIER` + instead. This also works for `reuse download --all`. (#1098) ## v4.0.3 - 2024-07-08 diff --git a/changelog.d/fixed/strip-plus.md b/changelog.d/fixed/strip-plus.md deleted file mode 100644 index 7bb17a561..000000000 --- a/changelog.d/fixed/strip-plus.md +++ /dev/null @@ -1,2 +0,0 @@ -- When running `reuse download SPDX-IDENTIFIER+`, download `SPDX-IDENTIFIER` - instead. This also works for `reuse download --all`. (#1098)