Skip to content

Commit 1ebb650

Browse files
committed
[0.15.1] Bump version, update changelog.
1 parent 8cbd6b4 commit 1ebb650

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.15.1 - 2024-12-17
4+
- Ensure datatype is output with numeric values to preserve their type on serialization (Enhancement #66).
5+
- Dependency updates: JOPA 2.2.1, build plugins.
6+
37
## 0.15.0 - 2024-08-26
48
- Support deserializing objects containing only identifier when `ASSUME_TARGET_TYPE` is enabled (Enhancement #69).
59
- Cache deserialization type map (Enhancement #68).

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.0</version>
9+
<version>0.15.1</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)