File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The format of this changelog is based on
1212[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to
1313[ Semantic Versioning] ( https://semver.org/ ) .
1414
15- ## In progress
15+ ## [ 0.16.1 ] - 2026-04-24
1616
1717#### New Features
1818
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
1717endif ()
1818
1919# Initialize the project
20- project (palace-superbuild LANGUAGES CXX C VERSION 0.16.0 )
20+ project (palace-superbuild LANGUAGES CXX C VERSION 0.16.1 )
2121
2222# Define build settings and defaults
2323set (PALACE_WITH_64BIT_INT OFF CACHE BOOL "Use 64 bit integers" )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
2626set (CMAKE_CXX_EXTENSIONS OFF )
2727
2828# Initialize the project
29- project (palace LANGUAGES CXX VERSION 0.16.0 )
29+ project (palace LANGUAGES CXX VERSION 0.16.1 )
3030
3131# Define build settings and defaults
3232set (PALACE_WITH_OPENMP OFF CACHE BOOL "Use OpenMP for shared-memory parallelism" )
You can’t perform that action at this time.
0 commit comments