Skip to content

Commit

Permalink
CompatHelper: bump compat for "Libtask" to "0.5" (#1468)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Libtask" to "0.5"

* Bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
github-actions[bot] and devmotion authored Nov 24, 2020
1 parent 5335022 commit da6da4d
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,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.14.11"
version = "0.14.12"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -42,7 +42,7 @@ DocStringExtensions = "0.8"
DynamicPPL = "0.9.5"
EllipticalSliceSampling = "0.2, 0.3"
ForwardDiff = "0.10.3"
Libtask = "0.4"
Libtask = "0.4, 0.5"
LogDensityProblems = "^0.9, 0.10"
MCMCChains = "4"
NamedArrays = "0.9"
Expand Down

2 comments on commit da6da4d

@devmotion
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/25220

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

Please sign in to comment.