Skip to content

Commit

Permalink
bump version -> v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed May 22, 2024
1 parent 9c6835b commit 93ef388
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,12 +1,12 @@
name = "PolynomialMatrixEquations"
uuid = "4f9d485d-518f-41ed-81c8-372cd804c93b"
authors = ["Michel Juillard <[email protected]> "]
version = "0.2.1"
version = "0.2.2"

[deps]
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
julia = "1.6.5"
FastLapackInterface = "2.0.0"
FastLapackInterface = "2.0.4"

2 comments on commit 93ef388

@MichelJuillard
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 register

Release notes:

RELEASE NOTES

  • use preset selection function for Schur decomposition so as to avoid a cfunction closure that doesn't work on all plateforms
  • requires FastLapackInterface v.2.0.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/107385

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.2.2 -m "<description of version>" 93ef3880c88d760e78de35504a9df435abf83039
git push origin v0.2.2

Please sign in to comment.