From dd1981415ecc3b782ecad4cf1cf9c77e913300b6 Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Sun, 8 Mar 2026 04:54:14 +0000 Subject: [PATCH 1/2] uses jsonlogic v0.2.4 --- 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 5c9451a..5552b25 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.3 + GIT_TAG v0.2.4 SOURCE_SUBDIR cpp ) # set(jsonlogic_INCLUDE_DIR ${jsonlogic_SOURCE_DIR}/cpp/include/jsonlogic) diff --git a/py/requirements.txt b/py/requirements.txt index d80a0fe..ae845da 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -1,2 +1,2 @@ semver >= 3.0 -jsonlogic-py == 0.2.3 +jsonlogic-py == 0.2.4 From 5e0a8fe607f1a6ba6a43622d3ade66dce7bc01d0 Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Sun, 8 Mar 2026 04:55:24 +0000 Subject: [PATCH 2/2] bump version to 0.5.3 --- cpp/CMakeLists.txt | 2 +- py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 5552b25..c50796c 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_policy(SET CMP0135 NEW) endif() project(CLIPPy - VERSION 0.5.2 + VERSION 0.5.3 DESCRIPTION "Command Line Interface Plus Python" LANGUAGES CXX) diff --git a/py/pyproject.toml b/py/pyproject.toml index 2f2f068..56e71f5 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llnl-clippy" -version = "0.5.2" +version = "0.5.3" authors = [ { name="Roger Pearce"}, { name="Seth Bromberger"} ]