diff --git a/CHANGELOG.md b/CHANGELOG.md index ccffc512..1827f60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.5.8 (2023-03-25) + - Add `--unix-socket` on `unix` profiles for HTTP. #220 - Fix tui to not requiring True Color. #209 diff --git a/Cargo.lock b/Cargo.lock index 0a6b391f..a06de58e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,7 +942,7 @@ dependencies = [ [[package]] name = "oha" -version = "0.5.7" +version = "0.5.8" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 48daf955..bce236c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "oha" readme = "README.md" repository = "https://github.com/hatoo/oha" -version = "0.5.7" +version = "0.5.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html