We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05f062 commit 48bdf48Copy full SHA for 48bdf48
2 files changed
CHANGELOG.md
@@ -12,7 +12,7 @@ The format of this changelog is based on
12
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
13
[Semantic Versioning](https://semver.org/).
14
15
-## In progress
+## [0.16.1] - 2026-04-13
16
17
#### New Features
18
CMakeLists.txt
@@ -17,7 +17,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
endif()
19
# Initialize the project
20
-project(palace-superbuild LANGUAGES CXX C VERSION 0.16.0)
+project(palace-superbuild LANGUAGES CXX C VERSION 0.16.1)
21
22
# Define build settings and defaults
23
set(PALACE_WITH_64BIT_INT OFF CACHE BOOL "Use 64 bit integers")
0 commit comments