From 2755e3322cfe692a336af9ef61d2c01f0d24a012 Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Fri, 24 Jan 2025 10:19:52 -0500 Subject: [PATCH 1/4] chore: update version to 0.6.3 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8190aea8..4aaa48a5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "IceFloeTracker" uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3" authors = ["bradford roarr and contributors"] -version = "0.6.2" +version = "0.6.3" [deps] AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" From 3dc2b944c98435168f26e5414b0827812e482a40 Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Fri, 24 Jan 2025 11:18:28 -0500 Subject: [PATCH 2/4] test: update get_version_from_toml --- test/test-misc.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test-misc.jl b/test/test-misc.jl index 44cb45d6..f60755e0 100644 --- a/test/test-misc.jl +++ b/test/test-misc.jl @@ -5,6 +5,7 @@ println("------------------------------------------------ # Define a test to check the version number of the package matches the version number in the Project.toml file. Use the get_version_from_toml function to get the version number from the Project.toml file. The version number is then compared to the version number of the package. If the version numbers match, the test passes. If the version numbers do not match, the test fails. @testset "Version number" begin - @test IceFloeTracker.get_version_from_toml(dirname((@__DIR__))) == IFTVERSION + VERSION = IceFloeTracker.get_version_from_toml(dirname((@__DIR__))) + @test isa(VERSION, VersionNumber) end From f03e32ba9aa0ed082ab25c86975ea159d8eda41e Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Fri, 24 Jan 2025 11:28:04 -0500 Subject: [PATCH 3/4] chore: update authors list in Project.toml --- Project.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4aaa48a5..f396010f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,13 @@ name = "IceFloeTracker" uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3" -authors = ["bradford roarr and contributors"] +authors = [ + "Carlos Paniagua ", + "Timothy Divoll ", + "John Gerrard Holland ", + "bradford roarr ", + "Daniel Watkins ", + "Maria Isabel Restrepo ", +] version = "0.6.3" [deps] From bdb663d17ef2fe967a212acf87f5f94760611e5a Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Mon, 27 Jan 2025 11:55:43 -0500 Subject: [PATCH 4/4] Update Project.toml Co-authored-by: John Gerrard Holland --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f396010f..f20394c3 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = [ "Carlos Paniagua ", "Timothy Divoll ", "John Gerrard Holland ", - "bradford roarr ", + "Bradford Roarr ", "Daniel Watkins ", "Maria Isabel Restrepo ", ]