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) (#100)

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

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent 1630029 commit c983e63
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 = "QuasiArrays"
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.11.2"
version = "0.11.3"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ArrayLayouts = "1"
DomainSets = "0.6"
DomainSets = "0.6, 0.7"
FillArrays = "1"
LazyArrays = "1.2"
StaticArrays = "1"
Expand Down

2 comments on commit c983e63

@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/93161

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.11.3 -m "<description of version>" c983e63fad04f22e52c43cd6dd0153d0e9f02f7e
git push origin v0.11.3

Please sign in to comment.