Skip to content

Commit

Permalink
Merge pull request #63 from JuliaLinearAlgebra/compathelper/new_versi…
Browse files Browse the repository at this point in the history
…on/2022-11-27-01-44-46-057-02646869157

CompatHelper: bump compat for StrideArraysCore to 0.4, (keep existing compat)
  • Loading branch information
YingboMa authored Dec 6, 2022
2 parents e77ae04 + 8f20c99 commit adc46be
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 = "RecursiveFactorization"
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
authors = ["Yingbo Ma <[email protected]>"]
version = "0.2.12"
version = "0.2.13"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -15,7 +15,7 @@ TriangularSolve = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf"
LoopVectorization = "0.10,0.11, 0.12"
Polyester = "0.3.2,0.4.1, 0.5, 0.6"
SnoopPrecompile = "1"
StrideArraysCore = "0.1.13, 0.2.1, 0.3"
StrideArraysCore = "0.1.13, 0.2.1, 0.3, 0.4.1"
TriangularSolve = "0.1.1"
julia = "1.5"

Expand Down

2 comments on commit adc46be

@YingboMa
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
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/73540

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.13 -m "<description of version>" adc46beed256af50c7dc7d3013f5b757bdc0a686
git push origin v0.2.13

Please sign in to comment.