From 0553f02296e1c819de9b52b35d22ccff84ebf5be Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Tue, 7 May 2024 10:40:50 +0200 Subject: [PATCH 1/2] bump versions --- CairoMakie/Project.toml | 4 ++-- GLMakie/Project.toml | 4 ++-- Project.toml | 2 +- RPRMakie/Project.toml | 4 ++-- WGLMakie/Project.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CairoMakie/Project.toml b/CairoMakie/Project.toml index 2e8a82ce5bc..5d9111d6aee 100644 --- a/CairoMakie/Project.toml +++ b/CairoMakie/Project.toml @@ -1,7 +1,7 @@ name = "CairoMakie" uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" author = ["Simon Danisch "] -version = "0.11.11" +version = "0.11.12" [deps] CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc" @@ -22,7 +22,7 @@ FileIO = "1.1" FreeType = "3, 4.0" GeometryBasics = "0.4.1" LinearAlgebra = "1.0, 1.6" -Makie = "=0.20.9" +Makie = "=0.20.10" PrecompileTools = "1.0" julia = "1.3" diff --git a/GLMakie/Project.toml b/GLMakie/Project.toml index 51d86f56109..a0e452e9db0 100644 --- a/GLMakie/Project.toml +++ b/GLMakie/Project.toml @@ -1,6 +1,6 @@ name = "GLMakie" uuid = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" -version = "0.9.10" +version = "0.9.11" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -30,7 +30,7 @@ FreeTypeAbstraction = "0.10" GLFW = "3.3" GeometryBasics = "0.4.1" LinearAlgebra = "1.0, 1.6" -Makie = "=0.20.9" +Makie = "=0.20.10" Markdown = "1.0, 1.6" MeshIO = "0.4" ModernGL = "1" diff --git a/Project.toml b/Project.toml index dfd9869503c..08881bf3d18 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Makie" uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" authors = ["Simon Danisch", "Julius Krumbiegel"] -version = "0.20.9" +version = "0.20.10" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340" diff --git a/RPRMakie/Project.toml b/RPRMakie/Project.toml index 236fa983866..b2efd41eda7 100644 --- a/RPRMakie/Project.toml +++ b/RPRMakie/Project.toml @@ -1,7 +1,7 @@ name = "RPRMakie" uuid = "22d9f318-5e34-4b44-b769-6e3734a732a6" authors = ["Simon Danisch"] -version = "0.6.9" +version = "0.6.10" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -17,7 +17,7 @@ Colors = "0.9, 0.10, 0.11, 0.12" FileIO = "1.6" GeometryBasics = "0.4.1" LinearAlgebra = "1.0, 1.6" -Makie = "=0.20.9" +Makie = "=0.20.10" Printf = "1.0, 1.6" RadeonProRender = "0.3.0" julia = "1.3" diff --git a/WGLMakie/Project.toml b/WGLMakie/Project.toml index 5055b9a1856..3decf1c6f9b 100644 --- a/WGLMakie/Project.toml +++ b/WGLMakie/Project.toml @@ -1,7 +1,7 @@ name = "WGLMakie" uuid = "276b4fcb-3e11-5398-bf8b-a0c2d153d008" authors = ["SimonDanisch "] -version = "0.9.9" +version = "0.9.10" [deps] Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8" @@ -27,7 +27,7 @@ FreeTypeAbstraction = "0.10" GeometryBasics = "0.4.1" Hyperscript = "0.0.3, 0.0.4, 0.0.5" LinearAlgebra = "1.0, 1.6" -Makie = "=0.20.9" +Makie = "=0.20.10" Observables = "0.5.1" PNGFiles = "0.3, 0.4" PrecompileTools = "1.0" From 1f03b16b63ea0cc7b21bfe331c161d187265fde4 Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Tue, 7 May 2024 10:41:45 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21700d21d63..ff1ef7a5465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.20.10] 2024-05-07 + - Loosened type restrictions for potentially array-valued colors in `Axis` attributes like `xticklabelcolor` [#3826](https://github.com/MakieOrg/Makie.jl/pull/3826). - Added support for intervals for specifying axis limits [#3696](https://github.com/MakieOrg/Makie.jl/pull/3696) - Added recipes for plotting intervals to `Band`, `Rangebars`, `H/VSpan` [3695](https://github.com/MakieOrg/Makie.jl/pull/3695)