-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: bump compat for BlockBandedMatrices to 0.12, (keep exis…
…ting compat) (#111) * CompatHelper: bump compat for BlockBandedMatrices to 0.12, (keep existing compat) * Updated CI config * Bumped version * Added Dependabot --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Stefanos Carlström <[email protected]>
- Loading branch information
1 parent
b38386f
commit 8cca644
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ jobs: | |
version: | ||
- '1.2' | ||
- '1.6' | ||
- '~1.7.0-0' | ||
- 'nightly' | ||
- '1' | ||
os: | ||
- ubuntu-latest | ||
- macOS-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "AtomicLevels" | ||
uuid = "10933b4c-d60f-11e8-1fc6-bd9035a249a1" | ||
authors = ["Stefanos Carlström <[email protected]>"] | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
|
||
[deps] | ||
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0" | ||
|
@@ -13,7 +13,7 @@ UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1" | |
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" | ||
|
||
[compat] | ||
BlockBandedMatrices = "0.8, 0.9, 0.10, 0.11" | ||
BlockBandedMatrices = "0.8, 0.9, 0.10, 0.11, 0.12" | ||
Combinatorics = "1" | ||
Formatting = "0.4" | ||
HalfIntegers = "1" | ||
|
8cca644
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
8cca644
There was a problem hiding this comment.
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/80904
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: