From ef97476b372270d79b18a83bc9eefb6def79894c Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 17 Feb 2023 19:43:37 +0100 Subject: [PATCH 1/2] CMake: Update tl::expected to latest --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e5a7c8b..da66421f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,7 +251,7 @@ set(EXPECTED_BUILD_TESTS OFF) FetchContent_Declare( expected GIT_REPOSITORY https://github.com/TartanLlama/expected - GIT_TAG b74fecd4448a1a5549402d17ddc51e39faa5020c # latest + GIT_TAG 9d812f5e3b5bc68023f6e31d29489cdcaacef606 # latest GIT_SHALLOW ON GIT_PROGRESS ON ) -- GitLab From cfb7ba8c05b80fb55416693cd82d9c8c3a1416f9 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Fri, 17 Feb 2023 19:44:57 +0100 Subject: [PATCH 2/2] Bump version to 0.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da66421f..48de84a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.19) project( scord - VERSION 0.2.1 + VERSION 0.2.2 LANGUAGES C CXX ) -- GitLab