From 0493d4b11b8d138bd2262569f8f1fdd6a3a289cb Mon Sep 17 00:00:00 2001 From: Registrator Date: Sun, 9 Jun 2024 14:04:26 +0530 Subject: [PATCH] New version: Rasters v0.11.3 (#108570) UUID: a3a2b9e3-a471-40c9-b274-f788e487c689 Repo: https://github.com/rafaqz/Rasters.jl.git Tree: b6710b565676502d12993eb7bc80338110743de1 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- R/Rasters/Compat.toml | 5 ++++- R/Rasters/Versions.toml | 3 +++ R/Rasters/WeakCompat.toml | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) 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"