From a66d32b00809a00f8f4ac292c462d815ec24299d Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Thu, 30 Apr 2026 21:34:23 -0400 Subject: [PATCH 1/2] Bump version to v0.9.24 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7d8fee8..e1f0af1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.23" +version = "0.9.24" authors = ["ITensor developers and contributors"] [workspace] From b6d50cd4e91fa6c69f01de8aa603c95a2ac8dcc4 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 1 May 2026 09:29:08 -0400 Subject: [PATCH 2/2] Switch remaining ITensorActions workflow refs to v1 --- .github/workflows/CheckCompatBounds.yml | 2 +- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/FormatPullRequest.yml | 2 +- .github/workflows/Registrator.yml | 2 +- .github/workflows/TagBot.yml | 2 +- .github/workflows/Tests.yml | 2 +- .github/workflows/VersionCheck.yml | 2 +- Project.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml index 237d11a..87c7428 100644 --- a/.github/workflows/CheckCompatBounds.yml +++ b/.github/workflows/CheckCompatBounds.yml @@ -4,6 +4,6 @@ on: jobs: check-compat-bounds: name: "Check Compat Bounds" - uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v1" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index d7ced86..817a126 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -9,7 +9,7 @@ permissions: jobs: compat-helper: name: "CompatHelper" - uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v1" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" secrets: "inherit" diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index c3b11ec..fb3771c 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -13,7 +13,7 @@ concurrency: jobs: build-and-deploy-docs: name: "Documentation" - uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v1" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" secrets: diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml index 5a8b627..839f190 100644 --- a/.github/workflows/FormatPullRequest.yml +++ b/.github/workflows/FormatPullRequest.yml @@ -12,5 +12,5 @@ permissions: jobs: format-pull-request: name: "Format Pull Request" - uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@v1" secrets: "inherit" diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 97dc033..a90c11a 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -16,7 +16,7 @@ permissions: issues: "write" jobs: Register: - uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v1" with: localregistry: "ITensor/ITensorRegistry" secrets: "inherit" diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 9801567..d4da40e 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -9,5 +9,5 @@ env: jobs: TagBot: if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" - uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v1" secrets: "inherit" diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 70f6c8d..244ca0e 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -32,7 +32,7 @@ jobs: - "ubuntu-latest" - "macOS-latest" - "windows-latest" - uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v1" with: group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}" diff --git a/.github/workflows/VersionCheck.yml b/.github/workflows/VersionCheck.yml index bb0df88..102898e 100644 --- a/.github/workflows/VersionCheck.yml +++ b/.github/workflows/VersionCheck.yml @@ -4,6 +4,6 @@ on: jobs: version-check: name: "Version Check" - uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@main" + uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v1" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" diff --git a/Project.toml b/Project.toml index e1f0af1..7d8fee8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.24" +version = "0.9.23" authors = ["ITensor developers and contributors"] [workspace]