Skip to content

Commit

Permalink
Merge pull request #105 from JuliaLinearAlgebra/compathelper/new_vers…
Browse files Browse the repository at this point in the history
…ion/2023-09-23-00-52-11-547-03139176662

CompatHelper: add new compat entry for LinearSolve at version 2, (keep existing compat)
  • Loading branch information
ranjanan authored Sep 25, 2023
2 parents f3132c0 + e6661d0 commit fe1e55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CommonSolve = "0.2"
LinearSolve = "2"
Reexport = "1"
julia = "1.6"

Expand Down

2 comments on commit fe1e55d

@ranjanan
Copy link
Collaborator Author

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 updated: JuliaRegistries/General/92030

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.0 -m "<description of version>" fe1e55d9f47359587e4bde32515647b2d5f54d1f
git push origin v0.6.0

Please sign in to comment.