version bump, changelog

This commit is contained in:
Maarten L. Hekkelman
2023-09-14 12:53:07 +02:00
parent f72a2c69d0
commit 1ad7e47b2e
2 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.16)
# set the project name
project(libcifpp VERSION 5.2.0 LANGUAGES CXX)
project(libcifpp VERSION 5.2.1 LANGUAGES CXX)
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

View File

@@ -1,3 +1,8 @@
Version 5.2.1
- New versionstring module
- small fixes for generating documentation
- correctly setting SONAME
Version 5.2.0
- With lots of documentation
- Refactored coloured text output