From 283e63c08171a2de2f90dfec9eea469f44d6d0ae Mon Sep 17 00:00:00 2001 From: hatoo Date: Sat, 6 Apr 2024 22:49:42 +0900 Subject: [PATCH] v1.4.3 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980d3c35..c8eab306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 1.4.3 (2024-04-06) + +- fix rustls error #452 + # 1.4.2 (2024-04-06) - Fix printing of Size/request #447 diff --git a/Cargo.lock b/Cargo.lock index 3711a7c4..435daf93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,7 +1779,7 @@ dependencies = [ [[package]] name = "oha" -version = "1.4.2" +version = "1.4.3" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e468c9d5..ff51e61d 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.4.2" +version = "1.4.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html