From 91a0a6c09b694fb10d4ca37663183211dafbb1e3 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 22 Feb 2024 18:19:45 +0100 Subject: [PATCH] bump versions (#3648) * bump versions * update changelog * update diff --- CHANGELOG.md | 5 ++++- CairoMakie/Project.toml | 4 ++-- GLMakie/Project.toml | 4 ++-- Project.toml | 2 +- RPRMakie/Project.toml | 4 ++-- WGLMakie/Project.toml | 4 ++-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72f75f4f0c..4a5601b99a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.20.8] - 2024-02-22 + - Fixed excessive use of space with HTML image outputs [#3642](https://github.com/MakieOrg/Makie.jl/pull/3642). - Fixed bugs with format strings and add new features by switching to Format.jl [#3633](https://github.com/MakieOrg/Makie.jl/pull/3633). - Fixed an issue where CairoMakie would unnecessarily rasterize polygons [#3605](https://github.com/MakieOrg/Makie.jl/pull/3605). @@ -428,7 +430,8 @@ All other changes are collected [in this PR](https://github.com/MakieOrg/Makie.j - Fixed rendering of `heatmap`s with one or more reversed ranges in CairoMakie, as in `heatmap(1:10, 10:-1:1, rand(10, 10))` [#1100](https://github.com/MakieOrg/Makie.jl/pull/1100). - Fixed volume slice recipe and added docs for it [#1123](https://github.com/MakieOrg/Makie.jl/pull/1123). -[Unreleased]: https://github.com/MakieOrg/Makie.jl/compare/v0.20.7...HEAD +[Unreleased]: https://github.com/MakieOrg/Makie.jl/compare/v0.20.8...HEAD +[0.20.8]: https://github.com/MakieOrg/Makie.jl/compare/v0.20.7...v0.20.8 [0.20.7]: https://github.com/MakieOrg/Makie.jl/compare/v0.20.6...v0.20.7 [0.20.6]: https://github.com/MakieOrg/Makie.jl/compare/v0.20.5...v0.20.6 [0.20.5]: https://github.com/MakieOrg/Makie.jl/compare/v0.20.4...v0.20.5 diff --git a/CairoMakie/Project.toml b/CairoMakie/Project.toml index bd52ca320e3..35348cc2b8a 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.8" +version = "0.11.9" [deps] CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc" @@ -24,7 +24,7 @@ FileIO = "1.1" FreeType = "3, 4.0" GeometryBasics = "0.4.1" LinearAlgebra = "1.0, 1.6" -Makie = "=0.20.7" +Makie = "=0.20.8" PrecompileTools = "1.0" julia = "1.3" diff --git a/GLMakie/Project.toml b/GLMakie/Project.toml index d8e25afe983..ca7f9892dad 100644 --- a/GLMakie/Project.toml +++ b/GLMakie/Project.toml @@ -1,6 +1,6 @@ name = "GLMakie" uuid = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" -version = "0.9.8" +version = "0.9.9" [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.7" +Makie = "=0.20.8" Markdown = "1.0, 1.6" MeshIO = "0.4" ModernGL = "1" diff --git a/Project.toml b/Project.toml index 7545ba25d3a..148bd30d108 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.7" +version = "0.20.8" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340" diff --git a/RPRMakie/Project.toml b/RPRMakie/Project.toml index 03911ebf069..75ff2d58bbb 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.7" +version = "0.6.8" [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.7" +Makie = "=0.20.8" Printf = "1.0, 1.6" RadeonProRender = "0.3.0" julia = "1.3" diff --git a/WGLMakie/Project.toml b/WGLMakie/Project.toml index 0223384b0c7..c6b510d3196 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.7" +version = "0.9.8" [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.7" +Makie = "=0.20.8" Observables = "0.5.1" PNGFiles = "0.3, 0.4" PrecompileTools = "1.0"