diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b640d0..867c147e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.3.0 (2024-02-04) + - Optimize timeout #403 - Compact error #402 - fix tui layout #401 diff --git a/Cargo.lock b/Cargo.lock index 9e2d8e25..787c4768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1162,7 +1162,7 @@ dependencies = [ [[package]] name = "oha" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index be22734a..1681bf0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "oha" readme = "README.md" repository = "https://github.com/hatoo/oha" -version = "1.2.0" +version = "1.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html