Skip to content

Commit

Permalink
Merge pull request #191 from biaslab/bump
Browse files Browse the repository at this point in the history
Update compat for automated release
  • Loading branch information
albertpod authored Jan 12, 2022
2 parents 05a1027 + 2d50e76 commit be20b84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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:
fail-fast: false
matrix:
version:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
Expand Down
13 changes: 7 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataStructures = "0.17, 0.18"
Documenter = "0.25.2"
ForwardDiff = "0.10.12"
Documenter = "0.25, 0.26, 0.27"
ForwardDiff = "0.10"
PositiveFactorizations = "0.2"
SpecialFunctions = "0.8.0, 0.10.3, 1.0.0"
StatsBase = "0.32.2, 0.33.1"
StatsFuns = "0.9.5"
julia = "1"
Roots = "1.3"
SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0"
StatsBase = "0.32, 0.33"
StatsFuns = "0.9"
julia = "1.3, 1.4, 1.5, 1.6"

2 comments on commit be20b84

@ThijsvdLaar
Copy link
Collaborator

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 updated: JuliaRegistries/General/52148

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.4 -m "<description of version>" be20b8406d324bc87ed85ce8d9542b6d5f249dd8
git push origin v0.11.4

Please sign in to comment.