Skip to content

Commit ae6f06a

Browse files
author
Sebastian
committed
cl
1 parent 291a100 commit ae6f06a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CIFTools Changelog
33

44
This project uses semantic versioning. Furthermore, this project provides code that was generated from schemata. Any schema change that introduces a breaking change in the generated code is considered as breaking for the whole project. Additional information is provided below when this occurs (named `Breaking schema changes`). Most of these occur in experimental categories and are unlikely to affect your code. `Breaking API changes` will be avoided starting with version 1.0.0.
55

6+
ciftools-java 8.0.1 - January 2026
7+
-------------
8+
### Bug fixes
9+
* ValueKind: resolve `""` -> `ValueKind.NOT_PRESENT`
10+
611
ciftools-java 8.0.0 - January 2026
712
-------------
813
### Breaking schema changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CIFTools is distributed by maven. To get started, append your `pom.xml` by:
1414
<dependency>
1515
<groupId>org.rcsb</groupId>
1616
<artifactId>ciftools-java</artifactId>
17-
<version>8.0.0</version>
17+
<version>8.0.1</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)