File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rdfless"
3- version = " 0.4.10 "
3+ version = " 0.4.11 "
44edition = " 2021"
55description = " A colorful pretty printer for RDF (Turtle/TriG/N-Triples/N-Quads/PROV-N) with ANSI colors"
66authors = [" Lars Wilhelmsen" ]
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ CMD ["--help"]
6464# Metadata
6565LABEL org.opencontainers.image.title="rdfless" \
6666 org.opencontainers.image.description="A colorful pretty printer for RDF data with ANSI colors" \
67- org.opencontainers.image.version="0.4.10 " \
67+ org.opencontainers.image.version="0.4.11 " \
6868 org.opencontainers.image.authors="Lars Wilhelmsen <lars@lars-backwards.org>" \
6969 org.opencontainers.image.url="https://github.com/larsw/rdfless" \
7070 org.opencontainers.image.source="https://github.com/larsw/rdfless" \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Key features:
3131 doap:implements <http://www.w3.org/TR/trig/> ;
3232 doap:release [
3333 a doap:Version ;
34- doap:revision " 0.4.10 " ;
34+ doap:revision " 0.4.11 " ;
3535 doap:created " 2025" ^^xsd:gYear # Estimated based on current version
3636 ] ;
3737 doap:maintainer [
You can’t perform that action at this time.
0 commit comments