From 364897b3586047f28e0531d2b9fa728176fc82de Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Wed, 19 Jun 2024 20:24:33 -0500 Subject: [PATCH 1/3] Bumping version to 0.3.3, SO version remains at 9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a02cec6..b98125d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ For more information, please visit . set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules") ################ PROJECT VERSION #################### -set(PROJECT_VERSION_FULL "0.3.2") +set(PROJECT_VERSION_FULL "0.3.3") set(PROJECT_SO_VERSION 9) # Remove the dash and anything following, to get the #.#.# version for project() From b5b30f78c8ddc8b750470c11b8c8037cfa91eae3 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Wed, 19 Jun 2024 21:05:35 -0500 Subject: [PATCH 2/3] Fixing GitHub builder, removing Mac --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dade7470..0f44c7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest] + os: [ubuntu-20.04, ubuntu-22.04, windows-latest] steps: - uses: actions/checkout@v4 From 98f08a6d4a90f3644b6c2c68efb2cbd86c75d87a Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Wed, 19 Jun 2024 21:09:44 -0500 Subject: [PATCH 3/3] Fixing GitHub builder, removing Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f44c7a9..aed5cccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, windows-latest] + os: [ubuntu-20.04, ubuntu-22.04] steps: - uses: actions/checkout@v4