Skip to content

Commit

Permalink
Update Project.toml (bump NLModelsModifiers.jl version) (#287)
Browse files Browse the repository at this point in the history
Version 0.6.4 and Bump NLPModelsModifiers to 0.7
  • Loading branch information
kellertuer authored Feb 27, 2024
1 parent a44357f commit 51e928f
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 = "RipQP"
uuid = "1e40b3f8-35eb-4cd8-8edd-3e515bb9de08"
authors = ["Geoffroy Leconte <gleconte50@gmail.com> and contributors"]
version = "0.6.3"
version = "0.6.4"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down Expand Up @@ -30,7 +30,7 @@ LLSModels = "0.3.4"
LimitedLDLFactorizations = "0.5"
LinearOperators = "2"
MatrixMarket = "0.3, 0.4, 0.5"
NLPModelsModifiers = "0.6"
NLPModelsModifiers = "0.6, 0.7"
OperatorScaling = "0.1"
QuadraticModels = "^0.9.5"
Requires = "1.1.3"
Expand Down

2 comments on commit 51e928f

@tmigot
Copy link
Member

@tmigot tmigot commented on 51e928f Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.6.4 -m "<description of version>" 51e928f42beb4af86b506339799cc653e8198ec4
git push origin v0.6.4

Please sign in to comment.