From 73fdf628a449b288c79327416bf7039b8be3926e Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Wed, 15 Oct 2025 16:26:10 +0200 Subject: [PATCH] docs: update CHANGELOG.rst --- CHANGELOG.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f26d9bb0..c340f21a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,27 @@ Changelog All notable changes to this project will be documented in this file. +v0.5.0 +------ + +Added +~~~~~ + +* doc(standard): make categories optional and add `other` by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/241 +* Add organisation by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/229 +* Add the "fundedBy" key by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/220 + +Changed +~~~~~~~ + +* Clarify presence rules for `contractors` and `contacts` by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/213 +* Use pure ISO 3166-1 alpha-2 and deprecate lowercase ISO 3166-1 alpha-2 by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/227 +* Deprecate it.conforme.* keys by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/223 +* Deprecate legal/repoOwner by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/229 +* Deprecate it/riuso/codiceIPA by @bfabio in https://github.com/publiccodeyml/publiccode.yml/pull/229 + +**Full Changelog**: https://github.com/publiccodeyml/publiccode.yml/compare/v0.4.0...v0.5.0 + v0.4.0 ------