Skip to content

Commit d2678d5

Browse files
CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#228)
This pull request changes the compat entry for the `AbstractMCMC` package from `2` to `2, 3.0`. 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 b25fdab commit d2678d5

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.12"
3+
version = "0.10.13"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -13,7 +13,7 @@ NaturalSort = "c020b1a1-e9b0-503a-9c33-f039bfc54a85"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414

1515
[compat]
16-
AbstractMCMC = "2"
16+
AbstractMCMC = "2, 3.0"
1717
AbstractPPL = "0.1.2"
1818
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
1919
ChainRulesCore = "0.9.7"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1818
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1919

2020
[compat]
21-
AbstractMCMC = "2.1"
21+
AbstractMCMC = "2.1, 3.0"
2222
AbstractPPL = "0.1.2"
2323
Bijectors = "0.8.2, 0.9"
2424
Distributions = "0.24"

0 commit comments

Comments
 (0)