Skip to content

Commit

Permalink
CompatHelper: bump compat for BlockBandedMatrices to 0.12, (keep exis…
Browse files Browse the repository at this point in the history
…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
3 people authored Apr 3, 2023
1 parent b38386f commit 8cca644
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
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"
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
version:
- '1.2'
- '1.6'
- '~1.7.0-0'
- 'nightly'
- '1'
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 = "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"
Expand All @@ -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"
Expand Down

2 comments on commit 8cca644

@jagot
Copy link
Member

@jagot jagot commented on 8cca644 Apr 3, 2023

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

git tag -a v0.1.9 -m "<description of version>" 8cca644234cca13d7c30dab2bda1842ced2f0c0a
git push origin v0.1.9

Please sign in to comment.