Skip to content

Commit

Permalink
CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#228)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
github-actions[bot] and devmotion committed Apr 8, 2021
1 parent b25fdab commit d2678d5
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.12"
version = "0.10.13"

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

[compat]
AbstractMCMC = "2"
AbstractMCMC = "2, 3.0"
AbstractPPL = "0.1.2"
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
ChainRulesCore = "0.9.7"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AbstractMCMC = "2.1"
AbstractMCMC = "2.1, 3.0"
AbstractPPL = "0.1.2"
Bijectors = "0.8.2, 0.9"
Distributions = "0.24"
Expand Down

2 comments on commit d2678d5

@torfjelde
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/33869

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.13 -m "<description of version>" d2678d5c486b2ed3b092ae92e0ed4095dd992538
git push origin v0.10.13

Please sign in to comment.