Skip to content

Commit

Permalink
CompatHelper: bump compat for DomainSets to 0.7, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#163)

* CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat)

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Sheehan Olver <solver@mac.com>
  • Loading branch information
3 people committed Oct 10, 2023
1 parent 44a9201 commit 79d4937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.16.1"
version = "0.16.2"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -22,15 +22,15 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[extensions]
ContinuumArraysRecipesBaseExt = "RecipesBase"
ContinuumArraysMakieExt = "Makie"
ContinuumArraysRecipesBaseExt = "RecipesBase"

[compat]
AbstractFFTs = "1.0"
ArrayLayouts = "1.0"
BandedMatrices = "0.17, 1"
BlockArrays = "0.16"
DomainSets = "0.6"
DomainSets = "0.6, 0.7"
FastTransforms = "0.15"
FillArrays = "1.0"
InfiniteArrays = "0.12, 0.13"
Expand Down

2 comments on commit 79d4937

@dlfivefifty
Copy link
Member

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/93189

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.16.2 -m "<description of version>" 79d493788750d27652016761a47a054d610aa9b1
git push origin v0.16.2

Please sign in to comment.