diff --git a/R/Rasters/Compat.toml b/R/Rasters/Compat.toml index a54549cc4974f15..95a41815db9bbc2 100644 --- a/R/Rasters/Compat.toml +++ b/R/Rasters/Compat.toml @@ -52,9 +52,12 @@ julia = "1.10.0-1" ["0.11.0"] DimensionalData = "0.27" -["0.11.1-0"] +["0.11.1-0.11.2"] DimensionalData = "0.27.2-0.27" +["0.11.3-0"] +DimensionalData = "0.27.3-0.27" + ["0.2-0.2.1"] ArchGDAL = "0.7-0.8" diff --git a/R/Rasters/Versions.toml b/R/Rasters/Versions.toml index c4a94482e4468fe..bf53aa79ecae5be 100644 --- a/R/Rasters/Versions.toml +++ b/R/Rasters/Versions.toml @@ -103,3 +103,6 @@ git-tree-sha1 = "7c26e399dcf8778223a9549cf140ebbdd0be49f3" ["0.11.2"] git-tree-sha1 = "729333d913ff47ea23a47b5fc753354c630e666a" + +["0.11.3"] +git-tree-sha1 = "b6710b565676502d12993eb7bc80338110743de1" diff --git a/R/Rasters/WeakCompat.toml b/R/Rasters/WeakCompat.toml index 65e78e98c9e1fe2..601f7f973556fa4 100644 --- a/R/Rasters/WeakCompat.toml +++ b/R/Rasters/WeakCompat.toml @@ -1,13 +1,16 @@ ["0.10"] NCDatasets = "0.10-0.13" -["0.10-0"] +["0.10-0.11.2"] Makie = "0.19-0.20" ["0.11-0"] GRIBDatasets = "0.2-0.3" NCDatasets = "0.13-0.14" +["0.11.3-0"] +Makie = "0.19-0.21" + ["0.8-0"] ArchGDAL = "0.9-0.10" CoordinateTransformations = "0.6.2-0.6"