Skip to content

Commit

Permalink
Add SCS_jll v3.2.6 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek authored Jul 14, 2024
1 parent e9a255a commit a2e75b6
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,7 +1,7 @@
name = "SCS"
uuid = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
repo = "https://github.com/jump-dev/SCS.jl"
version = "2.0.0"
version = "2.0.1"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Expand All @@ -21,9 +21,9 @@ SCS_MKL_jll = "3f2553a9-4106-52be-b7dd-865123654657"
MathOptInterface = "1.20"
Pkg = "<0.0.1, ^1.6"
Requires = "1"
SCS_GPU_jll = "=3.2.4"
SCS_MKL_jll = "=3.2.4"
SCS_jll = "=3.2.4"
SCS_GPU_jll = "=3.2.4, =3.2.6"
SCS_MKL_jll = "=3.2.4, =3.2.6"
SCS_jll = "=3.2.4, =3.2.6"
SparseArrays = "<0.0.1, ^1.6"
Test = "<0.0.1, ^1.6"
julia = "1.6"
Expand Down

2 comments on commit a2e75b6

@kalmarek
Copy link
Collaborator 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/111051

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

Please sign in to comment.