Skip to content

Commit

Permalink
Bump version and GB compat (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Apr 27, 2024
1 parent 64583b4 commit d10a286
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 = "GeoMakie"
uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
authors = ["Makie.jl Contributors"]
version = "0.6.2"
version = "0.6.3"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -24,7 +24,7 @@ Downloads = "1"
GeoInterface = "0.5, 1.0"
GeoJSON = "0.6,0.7, 0.8"
Geodesy = "1.1.0"
GeometryBasics = "0.4.6"
GeometryBasics = "0.4.11"
ImageIO = "0.6"
LinearAlgebra = "1"
Makie = "0.20.8"
Expand Down

2 comments on commit d10a286

@asinghvi17
Copy link
Member Author

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

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.3 -m "<description of version>" d10a28662457eecbcac0371484f0581c035eb82c
git push origin v0.6.3

Please sign in to comment.