Skip to content

Commit

Permalink
[0.15.0] Bump version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Aug 26, 2024
1 parent b5e9bdb commit 6b64467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# JB4JSON-LD Changelog

## 0.15.0 - 2024-08-26
- Support deserializing objects containing only identifier when `ASSUME_TARGET_TYPE` is enabled (Enhancement #69).
- Cache deserialization type map (Enhancement #68).
- Dependency updates: JOPA 2.0.4, test deps.
- **Breaking change:** Set Java 17 as minimum Java version.

## 0.14.3 - 2024-04-16
- Fix missing context entry when serializing empty collection mapped to data/annotation property.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.14.3</version>
<version>0.15.0</version>
<name>JB4JSON-LD</name>
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
Expand Down

0 comments on commit 6b64467

Please sign in to comment.