Skip to content

Commit

Permalink
CompatHelper: bump compat for LoggingExtras to 1, (keep existing comp…
Browse files Browse the repository at this point in the history
…at) (#114)

* CompatHelper: bump compat for LoggingExtras to 1, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2023
1 parent 50cdf04 commit 2d31f09
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
Expand Up @@ -3,7 +3,7 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
keywords = ["markov chain monte carlo", "probablistic programming"]
license = "MIT"
desc = "A lightweight interface for common MCMC methods."
version = "4.2.1"
version = "4.3.0"

[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Expand All @@ -22,7 +22,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
BangBang = "0.3.19"
ConsoleProgressMonitor = "0.1"
LogDensityProblems = "2"
LoggingExtras = "0.4, 0.5"
LoggingExtras = "0.4, 0.5, 1"
ProgressLogging = "0.1"
StatsBase = "0.32, 0.33"
TerminalLoggers = "0.1"
Expand Down

2 comments on commit 2d31f09

@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/75422

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 v4.3.0 -m "<description of version>" 2d31f092d2f7230c5a32a552a2ae3e9a8f958277
git push origin v4.3.0

Please sign in to comment.