From e2d9945edf977bbf3e1f8d3c8f9b90304226104d Mon Sep 17 00:00:00 2001 From: Elliot Goodrich Date: Sat, 12 Oct 2024 08:11:06 +0100 Subject: [PATCH] Release v0.5.2 * Fix `default` statements not being printed out correctly when all their inputs are not marked as affected. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ecdc20..ad7d021 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.26.3) -project(trimja VERSION 0.5.1) +project(trimja VERSION 0.5.2) enable_testing() set(CMAKE_CXX_STANDARD 20)