diff --git a/CHANGELOG.md b/CHANGELOG.md index 045d709..162bde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 3542c7a..33dfc6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"