Skip to content

Commit

Permalink
CompatHelper: bump compat for "FillArrays" to "0.13" (#37)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "FillArrays" to "0.13"

* v0.5.2

* Test on v1.8

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
github-actions[bot] and dlfivefifty authored Mar 29, 2022
1 parent aa3445a commit 110be4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
version:
- '1.0'
- '1'
- '^1.8.0-0'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LowRankApprox"
uuid = "898213cb-b102-5a47-900c-97e73b919f73"
version = "0.5.1"
version = "0.5.2"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand All @@ -13,6 +13,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
FFTW = "0.3, 1"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
Nullables = "0.0.8, 1.0"
julia = "1"

2 comments on commit 110be4e

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

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.5.2 -m "<description of version>" 110be4ee5d66cdb8ad5a0e48d262c8e63190c683
git push origin v0.5.2

Please sign in to comment.