diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5fa3fa..6d703949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 1.0.0 (2023-11-16) + +- Update hyper dependency to 1.0.0 + # 1.0.0-rc.4.a8dcd7ca5df49c0701893c4d9d81ec8c1342f141 (2023-10-14) This is a RC release for 1.0.0. Please test it and report any issues. diff --git a/Cargo.lock b/Cargo.lock index 6a40b600..ba5f27f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "oha" -version = "1.0.0-rc.4.a8dcd7ca5df49c0701893c4d9d81ec8c1342f141" +version = "1.0.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 362533d5..efe25cc9 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.0.0-rc.4.a8dcd7ca5df49c0701893c4d9d81ec8c1342f141" +version = "1.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html