Skip to content

Commit

Permalink
[do not merge] allow Makie 0.20 (#36)
Browse files Browse the repository at this point in the history
* allow Makie 0.20

* Update Project.toml

* Update Project.toml

---------

Co-authored-by: Phillip Alday <[email protected]>
  • Loading branch information
SimonDanisch and palday committed Nov 24, 2023
1 parent cdfc8e9 commit 7e51109
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.5"
version = "0.1.6"

[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"
Makie = "0.17.8, 0.18, 0.19, 0.20"
Parameters = "0.12"
PrecompileTools = "1"
ScatteredInterpolation = "0.3.6"
Expand Down

2 comments on commit 7e51109

@palday
Copy link
Collaborator

@palday palday commented on 7e51109 Nov 24, 2023

Choose a reason for hiding this comment

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

@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/95927

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.6 -m "<description of version>" 7e511099803389545d69fb43daae5ac0c69d0046
git push origin v0.1.6

Please sign in to comment.