Skip to content

Commit

Permalink
Merge pull request #125 from ffreyer/ff/GeometryBasics_refactor
Browse files Browse the repository at this point in the history
Prepare for Makie 0.22 / GeometryBasics 0.5
  • Loading branch information
Kolaru authored Oct 28, 2024
2 parents 6847fe7 + 6b62de7 commit 819bbec
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 = "MathTeXEngine"
uuid = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
authors = ["Benoît Richard <[email protected]>"]
version = "0.6.1"
version = "0.6.2"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -19,7 +19,7 @@ AbstractTrees = "0.3, 0.4"
Automa = "1"
DataStructures = "0.18"
FreeTypeAbstraction = "0.10"
GeometryBasics = "0.4.1"
GeometryBasics = "0.4.1, 0.5"
LaTeXStrings = "1.2"
RelocatableFolders = "0.1, 0.2, 0.3, 1"
UnicodeFun = "0.4"
Expand Down

2 comments on commit 819bbec

@Kolaru
Copy link
Owner Author

@Kolaru Kolaru commented on 819bbec Oct 28, 2024

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/118254

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.6.2 -m "<description of version>" 819bbec62ddd34bf5f13047aa6d78e01ea48f82c
git push origin v0.6.2

Please sign in to comment.