From 43b115b02c64bc22d529e46e6ff2ace2398d4ada Mon Sep 17 00:00:00 2001 From: linozen Date: Wed, 21 Jun 2023 12:57:12 +0200 Subject: [PATCH] Alter changelog --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c7d794b..06d5767d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ CLI command and its behaviour. There are no guarantees of stability for the ### Security --> -## Unreleased - YYYY-MM-DD +## 2.0.0 - 2023-06-21 ### Added @@ -74,6 +74,7 @@ CLI command and its behaviour. There are no guarantees of stability for the - Added `--contributor` option to `annotate`. (#669) - Added `--json` flag to `lint` command (#654). - `reuse.ReuseInfo` now has `copy` and `union` methods. (#759) +- Added Ukrainian and Czech translations (#767) ### Changed @@ -85,8 +86,10 @@ CLI command and its behaviour. There are no guarantees of stability for the - Removed dependency on setuptools' `pkg_resources` to determine the installed version of reuse. (#724) - Bumped SPDX license list to v3.21. (#763) - -### Deprecated +- Bumped REUSE Spec version to 3.1. (#768) +- Introduce an order of precedence. The copyright and licensing information from + different sources (e.g. `.license` or `.reuse/dep5` file) is no longer merged. + (#654) ### Removed @@ -104,8 +107,6 @@ CLI command and its behaviour. There are no guarantees of stability for the errors related to linting Git repositories. (#720) - Repaired error when using Galician translations. (#719) -### Security - ## 1.1.2 - 2023-02-09 ### Fixed