diff --git a/CHANGELOG.md b/CHANGELOG.md index 473d782f..bb745647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Unreleased +# 1.15.0 + +- Change default redirect limit to 0 #887 +- Fix NO_COLOR environment handling #886 +- Add metrics to output #882 +- Cap connections to minimum needed #874 +- Add shell completion support #861 + # 1.14.0 - fix Possible bug with latency_correction #857 diff --git a/Cargo.lock b/Cargo.lock index d65f5abc..e8d027b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "oha" -version = "1.14.0" +version = "1.15.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 64f6a798..61c94e26 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.14.0" +version = "1.15.0" rust-version = "1.88" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html