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"