Skip to content

Commit

Permalink
release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonford committed Dec 12, 2023
1 parent 9bb470d commit 224e512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.6 - 2023-12-11
* update dev dependencies (#8)

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-indicatif"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
description = "Tracing layer that automatically creates and manages progress bars for active spans."
license = "MIT"
Expand Down

0 comments on commit 224e512

Please sign in to comment.