Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and devmotion authored Dec 13, 2020
1 parent beddedd commit d5a479a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DistributionsAD"
uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
version = "0.6.13"
version = "0.6.14"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -34,7 +34,7 @@ ForwardDiff = "0.10.6"
NaNMath = "0.3"
PDMats = "0.9, 0.10"
Requires = "1"
SpecialFunctions = "0.8, 0.9, 0.10"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
StaticArrays = "0.12, 1.0"
StatsBase = "0.32, 0.33"
StatsFuns = "0.8, 0.9"
Expand Down

2 comments on commit d5a479a

@devmotion
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/26342

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.6.14 -m "<description of version>" d5a479acc90acd9fe42f1abd207788c164ac85af
git push origin v0.6.14

Please sign in to comment.