Skip to content

Commit

Permalink
Merge pull request #65 from COBREXA/mk-stabilize-fbc
Browse files Browse the repository at this point in the history
stabilize the FBC interface
  • Loading branch information
exaexa committed Aug 20, 2024
2 parents 7ff2c2a + 48b1827 commit 2bcfa16
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name = "COBREXA"
uuid = "babc4406-5200-4a30-9033-bf5ae714c842"
authors = ["The developers of COBREXA.jl"]
version = "2.2.0"
version = "2.2.1"

[deps]
AbstractFBCModels = "5a4f3dfa-1789-40f8-8221-69268c29937c"
ConstraintTrees = "5515826b-29c3-47a5-8849-8513ac836620"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedData = "f6a0035f-c5ac-4ad0-b410-ad102ced35df"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -17,17 +16,16 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

[compat]
AbstractFBCModels = "0.3"
AbstractFBCModels = "1"
Aqua = "0.7"
Clarabel = "0.6"
ConstraintTrees = "1.1"
DistributedData = "0.2"
DocStringExtensions = "0.8, 0.9"
Downloads = "1"
HiGHS = "1.9"
JSONFBCModels = "0.1"
JSONFBCModels = "1"
JuMP = "1"
SBMLFBCModels = "0.1"
SBMLFBCModels = "1"
SHA = "0.7, 1"
StableRNGs = "1.0"
Test = "1"
Expand Down

2 comments on commit 2bcfa16

@exaexa
Copy link
Member Author

@exaexa exaexa commented on 2bcfa16 Aug 20, 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/113523

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.2.1 -m "<description of version>" 2bcfa16c6ea2ae78da39560b059637ed2e1e7e71
git push origin v2.2.1

Please sign in to comment.