Skip to content

Commit

Permalink
Merge pull request #90 from mariohsouto/jg/moi10
Browse files Browse the repository at this point in the history
MOI 0.10
  • Loading branch information
joaquimg committed Jan 6, 2022
2 parents f0d2d91 + 73d5fea commit c379eb9
Show file tree
Hide file tree
Showing 31 changed files with 1,155 additions and 1,492 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1.0'
- version: '1.6'
os: ubuntu-latest
arch: x64
- version: '1'
os: windows-latest
arch: x64
- version: '1.0'
- version: '1.6'
os: windows-latest
arch: x64
steps:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ProxSDP"
uuid = "65e78d25-6039-50a4-9445-38022e3d2eb3"
repo = "https://github.com/mariohsouto/ProxSDP.jl.git"
version = "1.6.2"
version = "1.7.0"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -18,7 +18,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
julia = "1"
Arpack = "0.3.2, 0.5.1"
KrylovKit = "0.5.2"
MathOptInterface = "0.9.14"
MathOptInterface = "0.10.6"
TimerOutputs = "0.5.0"

[extras]
Expand Down
Loading

2 comments on commit c379eb9

@joaquimg
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/51758

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

Please sign in to comment.