Skip to content

Commit a0de0ac

Browse files
committed
bump compat bounds for Bijectors and make it a breaking change
1 parent fc16d3e commit a0de0ac

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.21.6"
3+
version = "0.22.0"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -24,7 +24,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2424
AbstractMCMC = "2, 3.0, 4"
2525
AbstractPPL = "0.5.3"
2626
BangBang = "0.3"
27-
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10"
27+
Bijectors = "0.11"
2828
ChainRulesCore = "0.9.7, 0.10, 1"
2929
ConstructionBase = "1"
3030
Distributions = "0.23.8, 0.24, 0.25"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2323
[compat]
2424
AbstractMCMC = "2.1, 3.0, 4"
2525
AbstractPPL = "0.5.1, 0.6"
26-
Bijectors = "0.9.5, 0.10"
26+
Bijectors = "0.11"
2727
Distributions = "0.25"
2828
DistributionsAD = "0.6.3"
2929
Documenter = "0.26.1, 0.27"

0 commit comments

Comments
 (0)