Skip to content

Commit

Permalink
CompatHelper: bump compat for ContinuumArrays to 0.11, (keep existing…
Browse files Browse the repository at this point in the history
… compat) (#60)

* CompatHelper: bump compat for ContinuumArrays to 0.11, (keep existing compat)

* Bump version

* Update CI config

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Stefanos Carlström <stefanos.carlstrom@gmail.com>
  • Loading branch information
3 people authored Oct 14, 2022
1 parent fb2573f commit 462c5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
version:
- '1.6'
- '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,7 +1,7 @@
name = "CompactBases"
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
version = "0.3.9"
version = "0.3.10"

[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand All @@ -21,7 +21,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
BandedMatrices = "0.16,0.17"
BlockBandedMatrices = "0.11"
ContinuumArrays = "0.10"
ContinuumArrays = "0.10, 0.11"
FastGaussQuadrature = "0.4"
FillArrays = "0.12,0.13"
Formatting = "0.4"
Expand Down

2 comments on commit 462c5c9

@jagot
Copy link
Member

@jagot jagot commented on 462c5c9 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.3.10 -m "<description of version>" 462c5c993bf33a50e1414be81a6a77dc75214a64
git push origin v0.3.10

Please sign in to comment.