Skip to content

Commit

Permalink
Bump ExaModels version to v0.8.0 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 committed Nov 6, 2024
1 parent fad75fe commit 72b56d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExaModels"
uuid = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
authors = ["Sungho Shin <[email protected]>"]
version = "0.7.1"
authors = ["Sungho Shin <[email protected]>"]
version = "0.8.0"

[deps]
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
Expand Down

4 comments on commit 72b56d4

@sshin23
Copy link
Collaborator Author

@sshin23 sshin23 commented on 72b56d4 Nov 6, 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.

Error while trying to register: Action not recognized: release

@sshin23
Copy link
Collaborator Author

@sshin23 sshin23 commented on 72b56d4 Nov 6, 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/118832

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.0 -m "<description of version>" 72b56d4c25a686f8e9e630ca6e5ae58f1e24872f
git push origin v0.8.0

Please sign in to comment.