From e7a53879cf985311b662e64427ec649461dde3ee Mon Sep 17 00:00:00 2001 From: Registrator Date: Sun, 20 Oct 2024 21:58:15 +0530 Subject: [PATCH] New version: ColorTypes v0.12.0 (#117694) UUID: 3da002f7-5984-5a60-b8a6-cbb66c0b333f Repo: https://github.com/JuliaGraphics/ColorTypes.jl.git Tree: c7acce7a7e1078a20a285211dd73cd3941a871d6 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 Co-authored-by: JuliaHubRegistrator --- C/ColorTypes/Compat.toml | 5 ++++- C/ColorTypes/Versions.toml | 3 +++ C/ColorTypes/WeakCompat.toml | 2 ++ C/ColorTypes/WeakDeps.toml | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 C/ColorTypes/WeakCompat.toml create mode 100644 C/ColorTypes/WeakDeps.toml diff --git a/C/ColorTypes/Compat.toml b/C/ColorTypes/Compat.toml index 47ac582f79b5f99..c6f09241376f89e 100644 --- a/C/ColorTypes/Compat.toml +++ b/C/ColorTypes/Compat.toml @@ -2,9 +2,12 @@ FixedPointNumbers = "0.5-0.6" julia = ["0.7", "1"] -["0.10-0"] +["0.10-0.11"] FixedPointNumbers = "0.5-0.8" +["0.12-0"] +FixedPointNumbers = "0.8" + ["0.8-0"] julia = "1" diff --git a/C/ColorTypes/Versions.toml b/C/ColorTypes/Versions.toml index 0304fc4e410a986..f9bf61b1108be5a 100644 --- a/C/ColorTypes/Versions.toml +++ b/C/ColorTypes/Versions.toml @@ -84,3 +84,6 @@ git-tree-sha1 = "eb7f0f8307f71fac7c606984ea5fb2817275d6e4" ["0.11.5"] git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d" + +["0.12.0"] +git-tree-sha1 = "c7acce7a7e1078a20a285211dd73cd3941a871d6" diff --git a/C/ColorTypes/WeakCompat.toml b/C/ColorTypes/WeakCompat.toml new file mode 100644 index 000000000000000..20d61cc2bbe9a59 --- /dev/null +++ b/C/ColorTypes/WeakCompat.toml @@ -0,0 +1,2 @@ +["0.12-0"] +StyledStrings = "1" diff --git a/C/ColorTypes/WeakDeps.toml b/C/ColorTypes/WeakDeps.toml new file mode 100644 index 000000000000000..df78d481efdd925 --- /dev/null +++ b/C/ColorTypes/WeakDeps.toml @@ -0,0 +1,2 @@ +["0.12-0"] +StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"