Skip to content

Commit ad06583

Browse files
committed
[0.15.4] Bump version, update changelog.
1 parent 71cc3e5 commit ad06583

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JB4JSON-LD Changelog
22

3+
## 0.15.4 - 2025-08-11
4+
- Fix an issue with deserializing typed literals into `@Properties` (Bug #84).
5+
36
## 0.15.3 - 2025-07-30
47
- Improve the consistency of typed literals serialization - use native JSON types when possible (Bug #81).
58
- Dependency updates: JOPA 2.4.4.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cz.cvut.kbss.jsonld</groupId>
88
<artifactId>jb4jsonld</artifactId>
9-
<version>0.15.3</version>
9+
<version>0.15.4</version>
1010
<name>JB4JSON-LD</name>
1111
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
1212
This is the core implementation, which has to be integrated with Jackson, Jersey etc.

0 commit comments

Comments
 (0)