Skip to content

Commit

Permalink
FillArrays v1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Apr 1, 2023
1 parent 721b7f2 commit 040ec5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ContinuumArrays"
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
version = "0.12.4"
version = "0.12.5"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -20,16 +20,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
AbstractFFTs = "1"
ArrayLayouts = "0.7.7, 0.8"
ArrayLayouts = "0.7.7, 0.8, 1"
BandedMatrices = "0.16, 0.17"
BlockArrays = "0.16"
DomainSets = "0.5, 0.6"
FastTransforms = "0.13, 0.14"
FillArrays = "0.12, 0.13"
FillArrays = "0.12, 0.13, 1"
InfiniteArrays = "0.12"
Infinities = "0.1"
IntervalSets = "0.5, 0.6, 0.7"
LazyArrays = "0.22"
LazyArrays = "0.22, 1"
QuasiArrays = "0.9.6"
RecipesBase = "1.0"
StaticArrays = "1.0"
Expand Down

2 comments on commit 040ec5d

@dlfivefifty
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/80826

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.12.5 -m "<description of version>" 040ec5d73dda208939465d70c64dea0bcfe8c349
git push origin v0.12.5

Please sign in to comment.