From 97f55c163911563e12c40e54f7c33b42bd55f6ac Mon Sep 17 00:00:00 2001 From: "Maarten L. Hekkelman" Date: Wed, 22 Oct 2025 10:05:55 +0200 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61fddd4..51f17c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endif() # set the project name project( libcifpp - VERSION 9.0.4 + VERSION 9.0.5 LANGUAGES CXX C) list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/changelog b/changelog index 80c2b86..736adc6 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Version 9.0.5 +- Added exists to compound_factory + Version 9.0.4 - Fix various stopping and reconstruction errors