Skip to content

Commit 8990bfb

Browse files
github-actions[bot]github-actions[bot]devmotion
committed
CompatHelper: bump compat for Bijectors to 0.10, (keep existing compat) (#354)
This pull request changes the compat entry for the `Bijectors` package from `0.5.2, 0.6, 0.7, 0.8, 0.9` to `0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10`. 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 1b8e19b commit 8990bfb

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.17.2"
3+
version = "0.17.3"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -20,7 +20,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2020
AbstractMCMC = "2, 3.0"
2121
AbstractPPL = "0.3"
2222
BangBang = "0.3"
23-
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
23+
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10"
2424
ChainRulesCore = "0.9.7, 0.10, 1"
2525
Distributions = "0.23.8, 0.24, 0.25"
2626
MacroTools = "0.5.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2222
[compat]
2323
AbstractMCMC = "2.1, 3.0"
2424
AbstractPPL = "0.3"
25-
Bijectors = "0.9.5"
25+
Bijectors = "0.9.5, 0.10"
2626
Distributions = "0.25"
2727
DistributionsAD = "0.6.3"
2828
Documenter = "0.26.1, 0.27"

0 commit comments

Comments
 (0)