Skip to content

Commit

Permalink
Bump ClimaCore to 0.11.0
Browse files Browse the repository at this point in the history
New minor version because it breaks some of the subpackages
  • Loading branch information
Sbozzolo committed Nov 21, 2023
1 parent ee9badd commit 8550daf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.10.56"
version = "0.11.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
4 changes: 2 additions & 2 deletions lib/ClimaCoreMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
authors = ["CliMA Contributors <[email protected]>"]
name = "ClimaCoreMakie"
uuid = "908f55d8-4145-4867-9c14-5dad1a479e4d"
version = "0.4.0"
version = "0.4.1"

[compat]
ClimaCore = "0.7, 0.8, 0.9, 0.10"
ClimaCore = "0.7, 0.8, 0.9, 0.10, 0.11"
Makie = "0.15, 0.16, 0.17, 0.18, 0.19"
julia = "1.7"

Expand Down
4 changes: 2 additions & 2 deletions lib/ClimaCorePlots/Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
authors = ["CliMA Contributors <[email protected]>"]
name = "ClimaCorePlots"
uuid = "cf7c7e5a-b407-4c48-9047-11a94a308626"
version = "0.2.5"
version = "0.2.6"

[compat]
ClimaCore = "0.10"
ClimaCore = "0.11"
RecipesBase = "1"
StaticArrays = "1"
TriplotBase = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions lib/ClimaCoreSpectra/Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "ClimaCoreSpectra"
uuid = "c2caaa1d-32ae-4754-ba0d-80e7561362e9"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

[compat]
ClimaCore = "0.10.12"
ClimaCore = "0.10.12, 0.11"
julia = "1.7"
FFTW = "1"
6 changes: 3 additions & 3 deletions lib/ClimaCoreTempestRemap/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCoreTempestRemap"
uuid = "d934ef94-cdd4-4710-83d6-720549644b70"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.3.10"
version = "0.3.11"

[deps]
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
Expand All @@ -14,7 +14,7 @@ TempestRemap_jll = "8573a8c5-1df0-515e-a024-abad257ee284"

[compat]
ClimaComms = "0.5"
ClimaCore = "0.10.25"
ClimaCore = "0.10.25, 0.11"
Dates = "1"
LinearAlgebra = "1"
NCDatasets = "0.11, 0.12, 0.13"
Expand All @@ -27,4 +27,4 @@ julia = "1.7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]
4 changes: 2 additions & 2 deletions lib/ClimaCoreVTK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
authors = ["CliMA Contributors <[email protected]>"]
name = "ClimaCoreVTK"
uuid = "c8b6d40d-e815-466f-95ae-c48aefa668fa"
version = "0.7.2"
version = "0.7.3"

[compat]
ClimaCore = "0.7, 0.8, 0.9, 0.10"
ClimaCore = "0.11"
WriteVTK = "1.11"
julia = "1.7"

Expand Down

0 comments on commit 8550daf

Please sign in to comment.