Skip to content

Commit

Permalink
bump Singular.jl version to 0.18.14 (#709)
Browse files Browse the repository at this point in the history
* bump Singular.jl version to 0.18.14

* Also require CxxWrap 0.14

---------

Co-authored-by: Max Horn <[email protected]>
  • Loading branch information
ederc and fingolfin authored Sep 8, 2023
1 parent 06dc843 commit b152845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.13"
version = "0.18.14"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -21,11 +21,11 @@ libsingular_julia_jll = "ae4fbd8f-ecdb-54f8-bbce-35570499b30e"
[compat]
AbstractAlgebra = "0.28, 0.29, 0.30, 0.31"
BinaryWrappers = "~0.1.1"
CxxWrap = "0.11, 0.12, 0.13"
CxxWrap = "0.14"
Nemo = "0.33.0, 0.34.0, 0.35.0"
Pidfile = "1.3"
RandomExtensions = "0.4.2"
Singular_jll = "~403.207.700"
Singular_jll = "~403.208.800"
julia = "1.6"
lib4ti2_jll = "1.6.10"
libsingular_julia_jll = "~0.40.1"
libsingular_julia_jll = "~0.40.2"

2 comments on commit b152845

@ederc
Copy link
Member Author

@ederc ederc commented on b152845 Sep 9, 2023

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

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

Please sign in to comment.