Skip to content

Commit

Permalink
set chunksplitters compat entry to 3.1 to support Julia 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Oct 17, 2024
1 parent a3878dd commit bab10e4
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
Expand Up @@ -34,7 +34,7 @@ Aqua = "0.8"
BenchmarkTools = "1"
CellListMap = "0.8.30, 0.9"
Chemfiles = "0.10.3"
ChunkSplitters = "3"
ChunkSplitters = "3.1"
DelimitedFiles = "1.9"
DocStringExtensions = "0.9.1"
Documenter = "1.3"
Expand Down

2 comments on commit bab10e4

@lmiq
Copy link
Member Author

@lmiq lmiq commented on bab10e4 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • better warning messages for confusing input types.

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

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 v2.7.7 -m "<description of version>" bab10e455f1f97a155b598663e5e78d33dc0a0d7
git push origin v2.7.7

Please sign in to comment.