Skip to content

Commit

Permalink
add compat entry for UUIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Nov 6, 2023
1 parent 1ecd341 commit d64a19a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "P4est"
uuid = "7d669430-f675-4ae7-b43e-fab78ec5a902"
authors = ["Michael Schlottke-Lakemper <[email protected]>", "Hendrik Ranocha <[email protected]>"]
version = "0.4.10-pre"
version = "0.4.9"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -19,4 +19,5 @@ MPIPreferences = "0.1"
P4est_jll = "~2.8"
Preferences = "1"
Reexport = "0.2, 1.0"
UUIDs = "1.6"
julia = "1.6"

2 comments on commit d64a19a

@ranocha
Copy link
Member Author

@ranocha ranocha commented on d64a19a Nov 6, 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 updated: JuliaRegistries/General/94840

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.4.9 -m "<description of version>" d64a19a7535d519b00710e56b5a219a38f7641b5
git push origin v0.4.9

Please sign in to comment.