Skip to content

Commit

Permalink
Bump Makie compat to v0.22, bump patch version (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jan 21, 2025
1 parent dcfe78c commit 5fa415e
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 = "GeoJSON"
uuid = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
authors = ["Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>", "Maarten Pronk <[email protected]>"]
version = "0.8.1"
version = "0.8.2"

[deps]
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
Expand All @@ -22,7 +22,7 @@ GeoInterface = "1.2.1"
GeoInterfaceMakie = "0.1"
GeoInterfaceRecipes = "1"
JSON3 = "1.13"
Makie = "0.20, 0.21"
Makie = "0.20, 0.21, 0.22"
Plots = "1.39"
StructTypes = "1"
Tables = "1"
Expand Down

4 comments on commit 5fa415e

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

Error while trying to register: Action not recognized: registe

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

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.8.2 -m "<description of version>" 5fa415e7fd973f1ea8c821433060fd8e27059ef1
git push origin v0.8.2

Please sign in to comment.