Skip to content

Commit

Permalink
bump MadNLP version to v0.8.4 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Jul 22, 2024
1 parent dbfc0fc commit ff30db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLP"
uuid = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
version = "0.8.3"
version = "0.8.4"

This comment has been minimized.

Copy link
@frapac

frapac Jul 22, 2024

Author Collaborator

[deps]
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
Expand Down
2 changes: 1 addition & 1 deletion lib/MadNLPGPU/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLPGPU"
uuid = "d72a61cc-809d-412f-99be-fd81f4b8a598"
version = "0.7.2"
version = "0.7.3"

This comment has been minimized.

Copy link
@frapac

frapac Jul 22, 2024

Author Collaborator

@JuliaRegistrator register subdir=lib/MadNLPGPU


[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
Expand Down

2 comments on commit ff30db6

@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/111551

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.8.4 -m "<description of version>" ff30db61b17f687c93bbeabb8ec9fa0f986da734
git push origin v0.8.4

@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/111552

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 MadNLPGPU-v0.7.3 -m "<description of version>" ff30db61b17f687c93bbeabb8ec9fa0f986da734
git push origin MadNLPGPU-v0.7.3

Please sign in to comment.