Skip to content

Commit

Permalink
Support CEnum@0.5 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 7, 2024
1 parent 09615c8 commit 8210f62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name = "ECOS"
uuid = "e2685f51-7e38-5353-a97d-a921fd2c8199"
repo = "https://github.com/jump-dev/ECOS.jl.git"
version = "1.1.1"
version = "1.1.2"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
ECOS_jll = "c2c64177-6a8e-5dca-99a7-64895ad7445f"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
CEnum = "0.3, 0.4"
CEnum = "0.3, 0.4, 0.5"
ECOS_jll = "=2.0.8, =200.0.800"
MathOptInterface = "1.1"
SparseArrays = "<0.0.1, 1.6"
Test = "<0.0.1, 1.6"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 8210f62

@odow
Copy link
Member Author

@odow odow commented on 8210f62 Feb 7, 2024

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

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.1.2 -m "<description of version>" 8210f62c64358d73aaeb753b881f9d55d3c24ef6
git push origin v1.1.2

Please sign in to comment.