Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Jun 26, 2024
2 parents 55e63ca + f9883fc commit 38cbdc4
Show file tree
Hide file tree
Showing 31 changed files with 5,917 additions and 2,110 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-06-26 - 0.2.1

* [Documentation] Fix type links
* [Documentation] Fix ADMS namespace
* [Documentation] Move DCAT-AP.EIA files to own repository: https://github.com/wemove/dcat-ap-eia
* [Deployment] Update docker base image

## 2024-04-29 - 0.2.0

* [Codelist] Extend `plu:docType` to describe values from https://www.xrepository.de/details/urn:xoev-de:xplanverfahren:codeliste:verfahrensunterlagentyp
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ DCAT-AP.PLU is an extension of DCAT-AP for describing planned land use datasets.
## Licence

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

4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19.1
FROM alpine:3.20.1

ENV LIGHTTPD_VERSION=1.4.76-r0
ENV DCATAPPLU_VERSION=0.2.0
ENV DCATAPPLU_VERSION=0.2.1

RUN addgroup -S --gid 1000 lighttpd \
&& adduser -S -G lighttpd --uid 1000 lighttpd
Expand Down
Binary file removed drafts/0.0.1-draft-0.1/DCAT-AP-EIA.JPG
Binary file not shown.
Loading

0 comments on commit 38cbdc4

Please sign in to comment.