Skip to content

Commit

Permalink
Bump FillArrays dep (#1259)
Browse files Browse the repository at this point in the history
* Bump FillArrays dep

* Bump patch version
  • Loading branch information
willtebbutt authored Jan 21, 2021
1 parent 997f2bb commit cff479e
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,7 +1,7 @@
name = "Distributions"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
authors = ["JuliaStats"]
version = "0.24.10"
version = "0.24.11"

[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand All @@ -17,7 +17,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
FillArrays = "0.9, 0.10"
FillArrays = "0.9, 0.10, 0.11"
PDMats = "0.10"
QuadGK = "2"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
Expand Down

2 comments on commit cff479e

@matbesancon
Copy link
Member

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

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

Please sign in to comment.