Skip to content

Commit

Permalink
Add FillArrays 0.10 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Nov 20, 2020
1 parent eb36932 commit dbd9441
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.10"
version = "0.6.11"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -29,7 +29,7 @@ ChainRulesCore = "0.9.9"
Compat = "3.6"
DiffRules = "0.1, 1.0"
Distributions = "0.23.3, 0.24"
FillArrays = "0.8, 0.9"
FillArrays = "0.8, 0.9, 0.10"
ForwardDiff = "0.10.6"
NaNMath = "0.3"
PDMats = "0.9, 0.10"
Expand Down

2 comments on commit dbd9441

@devmotion
Copy link
Member Author

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

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.11 -m "<description of version>" dbd944195d6f8a72e8c12316b1bbaa68b6f8329c
git push origin v0.6.11

Please sign in to comment.