Skip to content

Commit

Permalink
Bump compat for Makie
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 24, 2023
1 parent 78b2a9a commit bdfb889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Triangulate"
uuid = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "2.3.1"
version = "2.3.2"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -14,9 +14,9 @@ GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"

[compat]
CairoMakie = "0.10"
CairoMakie = "0.10,0.11"
DocStringExtensions = "0.8, 0.9"
GLMakie = "0.8"
GLMakie = "0.8,0.9"
Printf = "1.6"
PyPlot = "2"
Triangle_jll = "1.6.2"
Expand Down

2 comments on commit bdfb889

@j-fu
Copy link
Member Author

@j-fu j-fu commented on bdfb889 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/95928

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 v2.3.2 -m "<description of version>" bdfb88910d21aed904cd241bf973b0592bd4eb89
git push origin v2.3.2

Please sign in to comment.