Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonford committed Aug 21, 2023
1 parent 3d344fe commit c24a126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.3.5 - 2023-08-21
* add method to suspend progress bars managed by IndicatifLayer, e.g. to show dialogue confirmations (closes #4)

## 0.3.4 - 2023-04-28
* add methods to fetch the `IndicatifWriter` globally if there is a default tracing subscriber and if the `IndicatifLayer` has been added

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-indicatif"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
description = "Tracing layer that automatically creates and manages progress bars for active spans."
license = "MIT"
Expand All @@ -11,10 +11,10 @@ documentation = "https://docs.rs/tracing-indicatif"
exclude = ["*.gif"]

[dependencies]
indicatif = { version = "0.17.3", features = ["in_memory"] }
indicatif = { version = "0.17.6", features = ["in_memory"] }
tracing = "0.1.37"
tracing-core = "0.1.30"
tracing-subscriber = { version = "0.3.16" }
tracing-subscriber = { version = "0.3.17" }

[dev-dependencies]
futures = "0.3.26"
Expand Down

0 comments on commit c24a126

Please sign in to comment.