Skip to content

Commit

Permalink
Version 0.18.18, update to latest libsingular_julia_jll (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Oct 26, 2023
1 parent b70b53e commit 14d6389
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,6 +1,6 @@
name = "Singular"
uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
version = "0.18.17"
version = "0.18.18"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down Expand Up @@ -29,4 +29,4 @@ Singular_jll = "~403.209.900"
Statistics = "1.6"
julia = "1.6"
lib4ti2_jll = "1.6.10"
libsingular_julia_jll = "~0.40.4"
libsingular_julia_jll = "~0.40.5"

2 comments on commit 14d6389

@fingolfin
Copy link
Member Author

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

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.18.18 -m "<description of version>" 14d63897856245625b222fad0db3092bf68ac808
git push origin v0.18.18

Please sign in to comment.