From 19a73aca09dc8e30e369efd887dd7c6716f5adc8 Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Mon, 1 Jun 2026 19:11:28 +0000 Subject: [PATCH 1/2] bump jsonlogic to v0.2.5 --- cpp/CMakeLists.txt | 2 +- py/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index c50796c..ca371e5 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -74,7 +74,7 @@ set(Boost_INCLUDE_DIR ${boost_SOURCE_DIR}) FetchContent_Declare(jsonlogic GIT_REPOSITORY ${JSONLOGIC_FETCH_GIT} - GIT_TAG v0.2.4 + GIT_TAG v0.2.5 SOURCE_SUBDIR cpp ) # set(jsonlogic_INCLUDE_DIR ${jsonlogic_SOURCE_DIR}/cpp/include/jsonlogic) diff --git a/py/requirements.txt b/py/requirements.txt index ae845da..cb28686 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -1,2 +1,2 @@ semver >= 3.0 -jsonlogic-py == 0.2.4 +jsonlogic-py == 0.2.5 From 30fa41453c5ce0a2729c9aceef23bfa606ba26cc Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Mon, 1 Jun 2026 20:40:09 +0000 Subject: [PATCH 2/2] clippy version to 0.5.5 --- cpp/CMakeLists.txt | 2 +- cpp/include/clippy/version.hpp | 4 ++-- py/src/clippy/VERSION | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index ca371e5..bd394da 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_policy(SET CMP0135 NEW) endif() project(CLIPPy - VERSION 0.5.3 + VERSION 0.5.5 DESCRIPTION "Command Line Interface Plus Python" LANGUAGES CXX) diff --git a/cpp/include/clippy/version.hpp b/cpp/include/clippy/version.hpp index a203491..380d4e2 100644 --- a/cpp/include/clippy/version.hpp +++ b/cpp/include/clippy/version.hpp @@ -2,5 +2,5 @@ #define CLIPPY_VERSION_MAJOR 0 #define CLIPPY_VERSION_MINOR 5 -#define CLIPPY_VERSION_PATCH 1 -#define CLIPPY_VERSION_NAME "0.5.1" +#define CLIPPY_VERSION_PATCH 5 +#define CLIPPY_VERSION_NAME "0.5.5" diff --git a/py/src/clippy/VERSION b/py/src/clippy/VERSION index 7d85683..d1d899f 100644 --- a/py/src/clippy/VERSION +++ b/py/src/clippy/VERSION @@ -1 +1 @@ -0.5.4 +0.5.5