Skip to content

Commit f964c66

Browse files
committed
Update changelog and version number for 2.3.0
1 parent fecaf3b commit f964c66

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.2.0...HEAD)
3+
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v2.3.0...HEAD)
4+
5+
6+
## [v2.3.0](https://github.com/ckan/ckanext-dcat/compare/v2.2.0...v2.3.0) - 2025-02-25
7+
8+
* New profile to support the [Croissant](https://mlcommons.org/working-groups/data/croissant/) format.
9+
Croissant is a community standard for describing ML datasets. The new `croissant` plugin allows a CKAN site to
10+
expose its datasets using the [Croissant format specification](https://docs.mlcommons.org/croissant/docs/croissant-spec.html). Check the [documentation](https://docs.ckan.org/projects/ckanext-dcat/en/latest/croissant/) for more information on schema mapping, features supported and examples. Thanks to [@Reikyo](https://github.com/Reikyo) for their contributions ([#339](https://docs.ckan.org/projects/ckanext-dcat/en/latest/croissant://github.com/ckan/ckanext-dcat/pull/339), [#341](https://github.com/ckan/ckanext-dcat/pull/341))
11+
* Fix `has_version` in HealthDCAT schema ([#336](https://github.com/ckan/ckanext-dcat/pull/336))
12+
* Include dependencies in pyproject.toml, publish extension on PyPI. This means that starting from ckanext-dcat 2.3.0 the extension can be installed by running:
13+
```
14+
pip install ckanext-dcat
15+
```
16+
The requirements files (`requirements.txt` and `dev-requirements.txt`) have been kept in place, so all
17+
existing installation workflows should keep working.
18+
419
520
## [v2.2.0](https://github.com/ckan/ckanext-dcat/compare/v2.1.0...v2.2.0) - 2025-01-30
621
722
* New profile for the [HealthDCAT-AP](https://healthdcat-ap.github.io/) application profile. Check the
8-
[documentation]() for all details. Thanks to folks at Health-RI for the contribution
23+
[documentation](https://docs.ckan.org/projects/ckanext-dcat/en/latest/application-profiles/#healthdcat-ap) for all details. Thanks to folks at Health-RI for the contribution
924
([#326](https://github.com/ckan/ckanext-dcat/pull/326))
1025
* Support for Qualified relations at the `dcat:Dataset` level in all DCAT base profiles ([97ca441](https://github.com/ckan/ckanext-dcat/commit/97ca441ec80bd68060638da9e84662da0c656de6))
1126
* Fix parsing of spatial properties when using scheming ([#327](https://github.com/ckan/ckanext-dcat/pull/327))

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ckanext-dcat"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
dynamic = ["dependencies", "optional-dependencies"]
55
description = "Plugins for exposing and consuming DCAT metadata on CKAN"
66
authors = [
@@ -28,10 +28,11 @@ keywords = [
2828
"DCAT",
2929
"DCAT-AP",
3030
"Schema.org",
31+
"Croissant ML",
3132
"Linked data",
3233
"RDF",
3334
"Semantic data"
34-
]
35+
]
3536

3637
[project.urls]
3738
Documentation = "https://docs.ckan.org/projects/ckanext-dcat"

0 commit comments

Comments
 (0)