diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbba777..37e7a4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## [0.16.1] - 2022-05-22 ### Bug fixes - fix HEAD request failing on compressed response, see #257 (@ducaale) diff --git a/Cargo.lock b/Cargo.lock index 1b9e3849..604b5c02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "xh" -version = "0.16.0" +version = "0.16.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7ca8fae1..b0ebbb3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.16.0" +version = "0.16.1" authors = ["ducaale "] edition = "2018" license = "MIT" diff --git a/doc/xh.1 b/doc/xh.1 index 06086483..23c270e2 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH XH "1" "April 2022" "xh 0.16.0" "User Commands" +.TH XH "1" "May 2022" "xh 0.16.1" "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests .SH SYNOPSIS