Skip to content

Commit 38cbdc4

Browse files
committed
Release 0.2.1
2 parents 55e63ca + f9883fc commit 38cbdc4

31 files changed

+5917
-2110
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2024-06-26 - 0.2.1
4+
5+
* [Documentation] Fix type links
6+
* [Documentation] Fix ADMS namespace
7+
* [Documentation] Move DCAT-AP.EIA files to own repository: https://github.com/wemove/dcat-ap-eia
8+
* [Deployment] Update docker base image
9+
310
## 2024-04-29 - 0.2.0
411

512
* [Codelist] Extend `plu:docType` to describe values from https://www.xrepository.de/details/urn:xoev-de:xplanverfahren:codeliste:verfahrensunterlagentyp

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ DCAT-AP.PLU is an extension of DCAT-AP for describing planned land use datasets.
1414
## Licence
1515

1616
DCAT-AP.PLU releases and working drafts are distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
17-

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.19.1
1+
FROM alpine:3.20.1
22

33
ENV LIGHTTPD_VERSION=1.4.76-r0
4-
ENV DCATAPPLU_VERSION=0.2.0
4+
ENV DCATAPPLU_VERSION=0.2.1
55

66
RUN addgroup -S --gid 1000 lighttpd \
77
&& adduser -S -G lighttpd --uid 1000 lighttpd
-110 KB
Binary file not shown.

0 commit comments

Comments
 (0)