Skip to content

Commit 4c17629

Browse files
CompatHelper: bump compat for "Distributions" to "0.25" (#239)
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]>
1 parent aaab9bb commit 4c17629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.10.17"
3+
version = "0.10.18"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -18,7 +18,7 @@ AbstractMCMC = "2, 3.0"
1818
AbstractPPL = "0.1.2"
1919
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
2020
ChainRulesCore = "0.9.7"
21-
Distributions = "0.23.8, 0.24"
21+
Distributions = "0.23.8, 0.24, 0.25"
2222
MacroTools = "0.5.6"
2323
NaturalSort = "1"
2424
ZygoteRules = "0.2"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2121
AbstractMCMC = "2.1, 3.0"
2222
AbstractPPL = "0.1.2"
2323
Bijectors = "0.8.2, 0.9"
24-
Distributions = "0.24"
24+
Distributions = "0.24, 0.25"
2525
DistributionsAD = "0.6.3"
2626
Documenter = "0.26.1"
2727
ForwardDiff = "0.10.12"

0 commit comments

Comments
 (0)