Skip to content

Commit

Permalink
Bump spglib to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Apr 16, 2024
1 parent 5778904 commit 06d9017
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 = "PeriodicGraphEmbeddings"
uuid = "f305370e-dc8e-427a-bb15-d3949eabeccf"
authors = ["Lionel Zoubritzky <lionel.zoubritzky@gmail.com>"]
version = "0.2.6"
version = "0.2.7"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Expand All @@ -19,4 +19,4 @@ PrecompileTools = "1"
StaticArrays = "1.0"
Tokenize = "0.5.8"
julia = "1.6"
spglib_jll = "1.16.3"
spglib_jll = "2"

4 comments on commit 06d9017

@Liozou
Copy link
Owner Author

@Liozou Liozou commented on 06d9017 Apr 16, 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/104989

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.2.7 -m "<description of version>" 06d90179e598e42c49a80c6407fe529c3ba04eb1
git push origin v0.2.7

Also, note the warning: Version 0.2.7 skips over 0.2.6
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@Liozou
Copy link
Owner Author

@Liozou Liozou commented on 06d9017 Apr 16, 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 updated: JuliaRegistries/General/104989

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.2.7 -m "<description of version>" 06d90179e598e42c49a80c6407fe529c3ba04eb1
git push origin v0.2.7

Please sign in to comment.