Skip to content

Commit

Permalink
Bump ADTypes compat entry (#23)
Browse files Browse the repository at this point in the history
* bump ADTypes compat entry

* bump patch version
  • Loading branch information
torfjelde authored May 5, 2024
1 parent c9d62d3 commit daa41c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TuringBenchmarking"
uuid = "0db1332d-5c25-4deb-809f-459bc696f94f"
authors = ["Tor Erlend Fjelde <tor.erlend95@gmail.com> and contributors"]
version = "0.5.2"
version = "0.5.3"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -24,7 +24,7 @@ BridgeStan = "c88b6f0a-829e-4b0b-94b7-f06ab5908f5a"
TuringBenchmarkingBridgeStanExt = "BridgeStan"

[compat]
ADTypes = "0.2"
ADTypes = "0.2, 1"
AbstractMCMC = "5"
BenchmarkTools = "1"
BridgeStan = "2"
Expand Down

2 comments on commit daa41c8

@torfjelde
Copy link
Member Author

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/106204

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.5.3 -m "<description of version>" daa41c8e43fdcf5a41d71c234ea8fb6980649799
git push origin v0.5.3

Please sign in to comment.