From ac0be44047260e7621edbab26758d7ba9e740fed Mon Sep 17 00:00:00 2001 From: Elliot Goodrich Date: Sun, 13 Oct 2024 15:25:41 +0100 Subject: [PATCH] Release v0.5.4 * Fix an issues where if we can't find `--affected` files in the graph we didn't look up the absolute or relative paths either. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 654349d..d4ddc46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.26.3) -project(trimja VERSION 0.5.3) +project(trimja VERSION 0.5.4) enable_testing() set(CMAKE_CXX_STANDARD 20)