Skip to content

Commit 3d48756

Browse files
Bump version to 0.4.11 [skip ci]
1 parent 3342e59 commit 3d48756

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdfless"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55
description = "A colorful pretty printer for RDF (Turtle/TriG/N-Triples/N-Quads/PROV-N) with ANSI colors"
66
authors = ["Lars Wilhelmsen"]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CMD ["--help"]
6464
# Metadata
6565
LABEL 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" \

doap.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 [

0 commit comments

Comments
 (0)