Skip to content

Commit

Permalink
Prepare for 0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Feb 28, 2024
1 parent 3ecccf3 commit ebf12af
Show file tree
Hide file tree
Showing 22 changed files with 5,561 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## xxxx-xx-xx - dev
## 2024-02-28 - 0.1.4

* [Website] Add latest DCAT-AP.PLU online documentation
* [API] Add possible values for `source` parameter
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18.6

ENV LIGHTTPD_VERSION=1.4.73-r0
ENV DCATAPPLU_VERSION=0.1.3
ENV DCATAPPLU_VERSION=0.1.4

RUN addgroup -S --gid 1000 lighttpd \
&& adduser -S -G lighttpd --uid 1000 lighttpd
Expand Down
Binary file added releases/0.1.4/DCAT-AP-PLU.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions releases/0.1.4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# DCAT-AP.PLU 0.1.4

This release of DCAT-AP.PLU consists of
- an OpenAPI specification: [api-plu.yml](api-plu.yml)
- a ReSpec documentation: [doc-plu.html](doc-plu.html)
- with an accompanying `UML` diagram: [dcat-ap-plu.eapx](dcat-ap-plu.eapx) and [DCAT-AP-PLU.JPG](DCAT-AP-PLU.JPG)
- a `SHACL` shapefile for validation purposes: [shacl/dcat-ap-plu_shacl-shapes.ttl](shacl/dcat-ap-plu_shacl-shapes.ttl)
- 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)

## Licence

DCAT-AP.PLU 0.1.4 is distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
Loading

0 comments on commit ebf12af

Please sign in to comment.