From d5cdda7ab42efdb918dbd62c63fbd18df8544e8c Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Thu, 14 May 2026 13:54:34 -0500 Subject: [PATCH] Bump version to 1.0.2, tighten julia compat to 1.10, update CI matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Version: 1.0.1 → 1.0.2 - julia compat: 1.1 → 1.10 (aligns with LTS) - CI: use 'min' instead of hardcoded '1.10' for minimum version test - TagBot: remove stale comment about private key secret name Co-Authored-By: Claude Sonnet 4.6 --- .claude/freshen-package-status | 11 ----------- .github/workflows/CI.yml | 2 +- .github/workflows/TagBot.yml | 1 - Project.toml | 4 ++-- 4 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 .claude/freshen-package-status diff --git a/.claude/freshen-package-status b/.claude/freshen-package-status deleted file mode 100644 index b2bf205..0000000 --- a/.claude/freshen-package-status +++ /dev/null @@ -1,11 +0,0 @@ -DONE: design review -DONE: API review -DONE: update .gitignore -DONE: format with runic -DONE: add Aqua.jl -DONE: remove deprecations -DONE: add ExplicitImports.jl -DONE: limit struct mutability -DONE: improve test coverage -DONE: add and improve docstrings -TODO: add or improve documentation diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b187e1..7d83bfb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.10' + - 'min' - '1' os: - ubuntu-latest diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 1b41b47..0cf0937 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -29,5 +29,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.TAGBOT_TOKEN }} - # Edit the following line to reflect the actual name of the GitHub Secret containing your private key registry: HolyLab/HolyLabRegistry diff --git a/Project.toml b/Project.toml index 268ec3f..0443241 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RegisterCore" uuid = "67712758-55e7-5c3c-8e85-dda1d7758434" -version = "1.0.1" +version = "1.0.2" authors = ["Tim Holy "] [deps] @@ -19,7 +19,7 @@ ImageMetadata = "0.9" Interpolations = "0.13, 0.14, 0.15, 0.16" Requires = "1" Test = "1" -julia = "1.1" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"