Skip to content

Commit

Permalink
Bump archive to V2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Mar 7, 2024
1 parent f2b79ff commit f25fc46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[archives]
git-tree-sha1 = "86e6f9d5d97dd6763a877bec8632fc171686dd3b"
git-tree-sha1 = "0adbb9c91922f1e2cc78aa2628ac014495e24773"

[[archives.download]]
url = "https://github.com/Liozou/CrystalNetsArchive/releases/download/V2.4/archives.tar.xz"
sha256 = "b4866f45330aa69b7a4fe9cb084978a7ae37eb2c12cceb19a3b40815eeb3e3f0"
url = "https://github.com/Liozou/CrystalNetsArchive/releases/download/V2.5/archives.tar.xz"
sha256 = "cbaba5921b3b0d12a580446a9c62876f7dd86b6beb1bfb55ebd806a97621b8a7"

[[archives.download]]
url = "https://github.com/Liozou/CrystalNetsArchive/releases/download/V2.4/archives.zip"
sha256 = "d68e8219c905f624f72bd9426127586a3261953a06c31a24c258ee26e9813e29"
url = "https://github.com/Liozou/CrystalNetsArchive/releases/download/V2.5/archives.zip"
sha256 = "06b6571c66c13fbcc28d72dfd81dbe1722d7250b1121180594e5020d45b4143d"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CrystalNets"
uuid = "7952bbbe-a946-4118-bea0-081a0932faa9"
authors = ["Lionel Zoubritzky lionel.zoubritzky@gmail.com"]
version = "0.4.5"
version = "0.4.6"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 1 addition & 1 deletion src/archive.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Handling of the topological archive internally used to recognize topologies.
using Pkg.Artifacts

const CRYSTALNETS_ARCHIVE_VERSION = "2.4"
const CRYSTALNETS_ARCHIVE_VERSION = "2.5"
const arc_location = artifact"archives"

"""
Expand Down

2 comments on commit f25fc46

@Liozou
Copy link
Collaborator Author

@Liozou Liozou commented on f25fc46 Mar 7, 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/102472

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

Please sign in to comment.