Skip to content

Commit

Permalink
Bump Makie compat to 0.21 (#50)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update Topoplots version
  • Loading branch information
vladdez authored Jun 1, 2024
1 parent 2523bd2 commit 84122ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TopoPlots"
uuid = "2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a"
authors = ["Benedikt Ehinger", "Simon Danisch", "Beacon Biosignals, Inc."]
version = "0.1.7"
version = "0.1.8"

[deps]
CloughTocher2DInterpolation = "b70b374f-000b-463f-88dc-37030f004bd0"
Expand All @@ -23,7 +23,7 @@ Dierckx = "0.5"
GeometryBasics = "0.4"
InteractiveUtils = "1"
LinearAlgebra = "1"
Makie = "0.17.8, 0.18, 0.19, 0.20"
Makie = "0.17.8, 0.18, 0.19, 0.20, 0.21"
Parameters = "0.12"
PrecompileTools = "1"
ScatteredInterpolation = "0.3.6"
Expand Down

2 comments on commit 84122ef

@behinger
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register
Release notes:
Bump compatability of Makie to 0.21

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/108060

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.8 -m "<description of version>" 84122efe88cc14c2717fa0d7bbe44430d57e252d
git push origin v0.1.8

Please sign in to comment.