From 421184c610b82f766e043d0864688df2a5e892d9 Mon Sep 17 00:00:00 2001 From: hatoo Date: Mon, 19 Sep 2022 15:58:08 +0900 Subject: [PATCH] v0.5.5 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a978879c..601dd527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.5.5 (2022-09-19) + - Add colors to the tui view #64 # 0.5.4 (2022-08-27) diff --git a/Cargo.lock b/Cargo.lock index 391fd525..949845ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "oha" -version = "0.5.4" +version = "0.5.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 8b30cfc5..7c20ded2 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.4" +version = "0.5.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 74058e4d..1f8dcea1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can optionally build oha against [rustls](https://github.com/rustls/rustls) `-q` option works different from [rakyll/hey](https://github.com/rakyll/hey). It's set overall query per second instead of for each workers. ```sh -oha 0.5.4 +oha 0.5.5 hatoo Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.