Skip to content

Commit 650d9e1

Browse files
CompatHelper: bump compat for "LoggingExtras" to "0.5" (#101)
* CompatHelper: bump compat for "LoggingExtras" to "0.5" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 3de7393 commit 650d9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
33
keywords = ["markov chain monte carlo", "probablistic programming"]
44
license = "MIT"
55
desc = "A lightweight interface for common MCMC methods."
6-
version = "4.0.0"
6+
version = "4.1.0"
77

88
[deps]
99
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
@@ -20,7 +20,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
2020
[compat]
2121
BangBang = "0.3.19"
2222
ConsoleProgressMonitor = "0.1"
23-
LoggingExtras = "0.4"
23+
LoggingExtras = "0.4, 0.5"
2424
ProgressLogging = "0.1"
2525
StatsBase = "0.32, 0.33"
2626
TerminalLoggers = "0.1"

0 commit comments

Comments
 (0)