diff --git a/REUSE.toml b/REUSE.toml index 0604912..72c63a6 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,7 +4,7 @@ SPDX-PackageSupplier = "RAprogramm " SPDX-PackageDownloadLocation = "https://github.com/RAprogramm/entity-derive" [[annotations]] -path = ["README.md", ".gitignore", ".rustfmt.toml", "Cargo.lock", "Cargo.toml", "crates/**/Cargo.toml", "crates/**/tests/**/*.stderr", "wiki/**"] +path = ["README.md", ".gitignore", ".rustfmt.toml", "Cargo.lock", "Cargo.toml", "CHANGELOG.md", "crates/**/Cargo.toml", "crates/**/CHANGELOG.md", "crates/**/tests/**/*.stderr", "wiki/**"] precedence = "aggregate" SPDX-FileCopyrightText = "2025 RAprogramm " SPDX-License-Identifier = "MIT"