Skip to content

Commit 320d14d

Browse files
author
Sebastian
committed
release prep
1 parent 34649f0 commit 320d14d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
[Unreleased]
6+
ciftools-java 8.0.0 - January 2026
77
-------------
88
### Breaking schema changes
99
* cif-core:
@@ -13,7 +13,7 @@ This project uses semantic versioning. Furthermore, this project provides code t
1313
* `diffrn_radiation_wavelength_id` removed
1414
* `geom_bond_distance_min` renamed to `geom_min_bond_distance_cutoff`
1515

16-
### General
16+
### New features
1717
* improved builder ergonomics
1818
* added overloads that make it easier to build columns with missing values
1919
* validate that all columns in a category are equal in size

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>7.0.2</version>
17+
<version>8.0.0</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)