Skip to content

Commit

Permalink
Change version to v0.7.0 and release (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jun 12, 2024
1 parent 79aa4a4 commit 6b24969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.7.0-DEV"
version = "0.7.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down

2 comments on commit 6b24969

@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 register

Release notes:

This is a breaking release of GeoMakie, with support for Makie v0.21.

  • Switch from Float32 to Float64 precision, with resulting removal of the PROJ_RESCALE_FACTOR hack.
  • Allow GeoFormatTypes.jl CRS specifiers in the source and dest kwargs.
  • Official deprecation of datalims and datalims!
  • Updated the to_multipoly function to use GeoInterface traits, so that it's more universal.
  • A lot of new examples for the docs!

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

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

Please sign in to comment.