From c45cc0bf97f43d6603a8516b01ab00a4002b1e7b Mon Sep 17 00:00:00 2001 From: Mohamed Daahir Date: Sat, 21 Oct 2023 15:00:13 +0100 Subject: [PATCH] bump version to v0.19.2 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- doc/xh.1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3351cc6c..26de3e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## [0.19.1] - 2023-10-09 +## [0.19.2] - 2023-10-21 ### Features - Add `--interface` for binding to a local IP address or interface, see #307 (@ducaale) - Translate `--raw` flag when using `--curl`, see #308 (@ducaale) - Support duplicate header keys in session files, see #313 (@ducaale) -- Support persisting cookies from multiple domains #314 (@ducaale) +- Support persisting cookies from multiple domains, see #314 (@ducaale) - Control output formatting (JSON indent-level, header sorting, etc) via `--format-options`, see #318 (@Bnyro) and #319 (@ducaale) diff --git a/Cargo.lock b/Cargo.lock index c24b9b82..29fde7bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2299,7 +2299,7 @@ dependencies = [ [[package]] name = "xh" -version = "0.19.1" +version = "0.19.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e72bc983..80509edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.19.1" +version = "0.19.2" authors = ["ducaale "] edition = "2021" rust-version = "1.64.0" diff --git a/doc/xh.1 b/doc/xh.1 index b2fa3aea..02b19e72 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,4 +1,4 @@ -.TH XH 1 2023-10-09 0.19.1 "User Commands" +.TH XH 1 2023-10-21 0.19.2 "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests