From 211562e2809e304a6b9ca7aabca7bcb84d69257e Mon Sep 17 00:00:00 2001 From: Michele Ceresoli <85893254+MicheleCeresoli@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:48:31 +0100 Subject: [PATCH 1/3] Updated JSMDInterfaces to 1.4 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index caa5755..108b5f7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JSMDUtils" uuid = "67801824-9821-48b9-a814-9bfb19231086" authors = ["JSMD Team"] -version = "1.1.1" +version = "1.2.0" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" @@ -16,7 +16,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] ForwardDiff = "0.10" -JSMDInterfaces = "1" +JSMDInterfaces = "1.4" JSON3 = "1" PrecompileTools = "1" ReferenceFrameRotations = "3" From 42bb61e3cf48d8a283abb41a3f4b0df30fb40c0e Mon Sep 17 00:00:00 2001 From: Michele Ceresoli <85893254+MicheleCeresoli@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:49:19 +0100 Subject: [PATCH 2/3] Updated Julia test versions --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f6e29..8b28ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,11 @@ jobs: fail-fast: false matrix: version: + - '1.6' + - '1.7' - '1.8' - '1.9' + - '1' os: - ubuntu-latest arch: @@ -45,7 +48,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: '1' From 0d8fae20bdd905220d3c687e3fbff85eaeb96955 Mon Sep 17 00:00:00 2001 From: Michele Ceresoli <85893254+MicheleCeresoli@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:43:58 +0100 Subject: [PATCH 3/3] Updated Julia compat entry --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 108b5f7..29a9b43 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ PrecompileTools = "1" ReferenceFrameRotations = "3" StaticArrays = "1" YAML = "0.4" -julia = "1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"