Skip to content

Commit 4013818

Browse files
committed
Prepare for 0.2.2 release
1 parent 05e2e0d commit 4013818

22 files changed

+5903
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## xxxx-xx-xx - dev
3+
## 2025-02-12 - 0.2.2
44

55
* [Codelist] Extend `plu:planState` to describe values `planned`, `completelyReversed`, `discontinued`
66
* [Codelist] Extend `plu:procedureState` to describe values `completelyCanceled`, `discontinued`

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.21.2
22

33
ENV LIGHTTPD_VERSION=1.4.76-r0
4-
ENV DCATAPPLU_VERSION=../drafts/0.0.1-draft-0.1
4+
ENV DCATAPPLU_VERSION=0.2.2
55

66
RUN addgroup -S --gid 1000 lighttpd \
77
&& adduser -S -G lighttpd --uid 1000 lighttpd

releases/0.2.2/DCAT-AP-PLU.JPG

112 KB
Loading

releases/0.2.2/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# DCAT-AP.PLU 0.2.2
2+
3+
This release of DCAT-AP.PLU consists of
4+
- an OpenAPI specification: [api-plu.yml](api-plu.yml)
5+
- a ReSpec documentation: [doc-plu.html](doc-plu.html)
6+
- with an accompanying `UML` diagram: [dcat-ap-plu.eapx](dcat-ap-plu.eapx) and [DCAT-AP-PLU.JPG](DCAT-AP-PLU.JPG)
7+
- a `SHACL` shapefile for validation purposes: [shacl/dcat-ap-plu_shacl-shapes.ttl](shacl/dcat-ap-plu_shacl-shapes.ttl)
8+
- example DCAT-AP.PLU `RDF/XML` files [examples/plu-example-full.xml](examples/plu-example-full.xml), [examples/plu-example-03.xml](examples/plu-example-03.xml)
9+
10+
## Licence
11+
12+
DCAT-AP.PLU 0.2.2 is distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).

0 commit comments

Comments
 (0)