From b694c7776b4e016cd5dfcbff42be6729fbdaa0af Mon Sep 17 00:00:00 2001 From: Mohamed Daahir Date: Sun, 19 Nov 2023 17:08:38 +0000 Subject: [PATCH] bump version to v0.20.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- doc/xh.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1401214a..4aa07a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.20.0] - 2023-11-19 +## [0.20.1] - 2023-11-19 ### Features - Add `--resolve` for overriding DNS resolution, see #327 (@ducaale) diff --git a/Cargo.lock b/Cargo.lock index ddbe2469..00d661a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2306,7 +2306,7 @@ dependencies = [ [[package]] name = "xh" -version = "0.20.0" +version = "0.20.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 545d8440..dbe9f05a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.20.0" +version = "0.20.1" authors = ["ducaale "] edition = "2021" rust-version = "1.64.0" diff --git a/doc/xh.1 b/doc/xh.1 index 9b5d22a2..3f073d7b 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,4 +1,4 @@ -.TH XH 1 2023-11-19 0.20.0 "User Commands" +.TH XH 1 2023-11-19 0.20.1 "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests