diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d48d16..df1349e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## 0.3.8 - 2024-12-01 +* improve docs + ## 0.3.7 - 2024-12-01 * bump dependencies * allow for customizing tick/redraw intervals diff --git a/Cargo.toml b/Cargo.toml index 3d10889..dc241fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-indicatif" -version = "0.3.7" +version = "0.3.8" edition = "2021" description = "Tracing layer that automatically creates and manages progress bars for active spans." license = "MIT"