diff --git a/Cargo.toml b/Cargo.toml index ef2d8ba..08c5018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "logkit" -version = "0.3.5" +version = "0.3.6" edition = "2021" authors = ["Jian Chen "] license = "MIT" @@ -24,7 +24,7 @@ encoder = "0.2" backtrace = "0.3" [dev-dependencies] -tokio = { version = "1.36", features = ["full"] } +tokio = { version = "1.38", features = ["full"] } futures = "0.3" criterion = "0.5" diff --git a/HISTORY.md b/HISTORY.md index c0e53ad..e791eeb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2024-00-00 +## [0.3.6] - 2024-07-12 ### Added