From ac203e0394d24a870ae83048d94e4a2b65667caf Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 6 Jan 2024 21:35:29 -0500 Subject: [PATCH] chore: add changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7f960..5f1e15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update from GNOME 44 to 45 (@sabriunal) - Flatpak manifest now runs the tests (@sabriunal) +- Use `appstreamcli` instead of the deprecated `appstream-util` to validate + appdata (@sabriunal) ### Removed @@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix compatibility with Python 3.12: remove use of `distutils` (@MightyCreak) - Fix new errors raised by Flake8 (@MightyCreak) +- Fix the error with the CICD due to the use of `appstreamcli` (@MightyCreak) ## 0.8.2 - 2023-04-16