From afdc5818ec9fb79096e912e1137e579e7e355436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:44:17 +0100 Subject: [PATCH 1/2] chore(deps): bump actions/checkout from 3 to 4 (#4) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 702e371..50666ce 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -12,7 +12,7 @@ jobs: release_body: ${{ steps.git-cliff.outputs.content }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Generate a changelog From 6f11db43277962320feeb8ef3969e4e2012fe5e2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 01:46:27 +0000 Subject: [PATCH 2/2] bot(compat):CompatHelper: bump compat for WGLMakie to 0.11, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1e7c97b..0b93039 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MakieMaestro" uuid = "c922e6f1-a74a-406e-9215-09b2647b2648" authors = ["Martin Kunz and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" @@ -33,5 +33,5 @@ OffsetArrays = "1.14.1" Reexport = "1.2.2" Serialization = "^1" Unitful = "1.21.0" -WGLMakie = "0.10.14" +WGLMakie = "0.10.14, 0.11" julia = "1.6.7"