Skip to content

Commit

Permalink
Update xsum_jll to v3 (#17)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update Xsum version
  • Loading branch information
AuroraDysis authored Dec 31, 2024
1 parent 0eef0d9 commit e8874c4
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,13 +1,13 @@
name = "Xsum"
uuid = "1fd64df0-a4d2-11e9-360d-2f03868f4cf5"
version = "1.2.0"
version = "1.3.0"

[deps]
xsum_jll = "e979a739-315a-50ee-b437-b496a9503be1"

[compat]
julia = "1.6"
xsum_jll = "2"
xsum_jll = "3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit e8874c4

@stevengj
Copy link
Member

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/122222

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 v1.3.0 -m "<description of version>" e8874c4223e573d354a1eaa3e533874ea4a52315
git push origin v1.3.0

Please sign in to comment.