Skip to content

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.25" (#239)
Browse files Browse the repository at this point in the history
This pull request changes the compat entry for the `Distributions` package from `0.23.8, 0.24` to `0.23.8, 0.24, 0.25`.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
github-actions[bot] and devmotion committed May 15, 2021
1 parent aaab9bb commit 4c17629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.10.17"
version = "0.10.18"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -18,7 +18,7 @@ AbstractMCMC = "2, 3.0"
AbstractPPL = "0.1.2"
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
ChainRulesCore = "0.9.7"
Distributions = "0.23.8, 0.24"
Distributions = "0.23.8, 0.24, 0.25"
MacroTools = "0.5.6"
NaturalSort = "1"
ZygoteRules = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
AbstractMCMC = "2.1, 3.0"
AbstractPPL = "0.1.2"
Bijectors = "0.8.2, 0.9"
Distributions = "0.24"
Distributions = "0.24, 0.25"
DistributionsAD = "0.6.3"
Documenter = "0.26.1"
ForwardDiff = "0.10.12"
Expand Down

2 comments on commit 4c17629

@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/36805

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

Please sign in to comment.