Skip to content

Commit

Permalink
release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonford committed Dec 2, 2024
1 parent 78893a5 commit 1012cd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log
## 0.3.7 - 2024-12-01
* bump dependencies
* allow for customizing tick/redraw intervals
* fix bug around footer not appearing after disappearing once
* re-export indicatif `ProgressStyle` for ease of use
* provide helper macros for printing to stdout/stderr without interfering with progress bars
* disable use of `set_move_cursor` due to regression in indicatif 0.17.9 (https://github.com/console-rs/indicatif/issues/669), this may introduce new flickering unfortunately

## 0.3.6 - 2023-12-11
* update dev dependencies (#8)
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.6"
version = "0.3.7"
edition = "2021"
description = "Tracing layer that automatically creates and manages progress bars for active spans."
license = "MIT"
Expand Down

0 comments on commit 1012cd2

Please sign in to comment.