From 0e4a87baf18652bb982df3fd2362fad0596ad12d Mon Sep 17 00:00:00 2001 From: Mohamed Daahir Date: Mon, 9 Oct 2023 21:20:10 +0100 Subject: [PATCH] bump version to v0.19.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 b9e95849..3351cc6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## [0.19.1] - 2023-10-09 ### Features - Add `--interface` for binding to a local IP address or interface, see #307 (@ducaale) - Translate `--raw` flag when using `--curl`, see #308 (@ducaale) diff --git a/Cargo.lock b/Cargo.lock index c13bb9b7..c24b9b82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2299,7 +2299,7 @@ dependencies = [ [[package]] name = "xh" -version = "0.19.0" +version = "0.19.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6b8cdf88..e72bc983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.19.0" +version = "0.19.1" authors = ["ducaale "] edition = "2021" rust-version = "1.64.0" diff --git a/doc/xh.1 b/doc/xh.1 index ec3c1518..b2fa3aea 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,4 +1,4 @@ -.TH XH 1 2023-10-09 0.19.0 "User Commands" +.TH XH 1 2023-10-09 0.19.1 "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests