Skip to content

Commit

Permalink
Merge pull request #6 from psrenergy/pr/update
Browse files Browse the repository at this point in the history
Update subpackages
  • Loading branch information
pedroripper authored May 6, 2024
2 parents ec7f1f4 + 19bfb43 commit 8854bf5
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 = "QUBO"
uuid = "ce8c2e91-a970-4681-856b-16178c24a30c"
authors = ["pedromxavier <[email protected]>", "pedroripper <[email protected]>", "joaquimg <[email protected]>", "AndradeTiago <[email protected]>", "bernalde <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -11,7 +11,7 @@ ToQUBO = "9a412ddf-83fa-43b6-9748-7843c851aa65"

[compat]
JuMP = "1"
QUBODrivers = "0.2"
QUBOTools = "0.8"
ToQUBO = "0.1.6"
QUBODrivers = "0.3.1"
QUBOTools = "0.9.2"
ToQUBO = "0.1.8"
julia = "1.6"

2 comments on commit 8854bf5

@pedroripper
Copy link
Member 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/106296

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 v0.3.0 -m "<description of version>" 8854bf5f2e18b29193692f86384c15f84f6c95ee
git push origin v0.3.0

Please sign in to comment.