From aba8a1ead922c6a4a1e1ba99246c4dad911182fa Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 30 Jan 2025 11:39:01 +0100 Subject: [PATCH] Prepare release 2.2.0 --- CHANGELOG.md | 14 +++++++++++++- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066ff196..f79ceb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.1.0...HEAD) +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.2.0...HEAD) + +## [v2.2.0](https://github.com/ckan/ckanext-dcat/compare/v2.1.0...v2.2.0) - 2025-01-30 + +* New profile for the [HealthDCAT-AP](https://healthdcat-ap.github.io/) application profile. Check the + [documentation]() for all details. Thanks to folks at Health-RI for the contribution + ([#326](https://github.com/ckan/ckanext-dcat/pull/326)) +* Support for Qualified relations at the `dcat:Dataset` level in all DCAT base profiles ([97ca441](https://github.com/ckan/ckanext-dcat/commit/97ca441ec80bd68060638da9e84662da0c656de6)) +* Fix parsing of spatial properties when using scheming ([#327](https://github.com/ckan/ckanext-dcat/pull/327)) +* Add VCARD.hasURL property parsing/serialization ([#324](https://github.com/ckan/ckanext-dcat/pull/324)) +* Support for rdflib 7.2 (date parsing) ([#323](https://github.com/ckan/ckanext-dcat/pull/323)) +* Fix: Move has version from distribution to dataset ([#322](https://github.com/ckan/ckanext-dcat/pull/322)) +* Decouple `dcat` and `structured_data` plugins ([#329](https://github.com/ckan/ckanext-dcat/pull/329)) ## [v2.1.0](https://github.com/ckan/ckanext-dcat/compare/v2.0.0...v2.1.0) - 2024-10-31 diff --git a/pyproject.toml b/pyproject.toml index 80033250..c5128265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-dcat" -version = "2.1.0" +version = "2.2.0" description = "Plugins for exposing and consuming DCAT metadata on CKAN" authors = [ {name = "AdriĆ  Mercader", email = "amercadero@gmail.com"}