From 13185bd736795ac099c9b0bf2cb36d9825089b65 Mon Sep 17 00:00:00 2001 From: ducaale Date: Sun, 17 Apr 2022 15:17:56 +0100 Subject: [PATCH] bump version to v0.16.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- doc/xh.1 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0a79b9..9a4aec2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## [0.16.0] - 2022-04-17 ### Features - Add support for URLs with leading `://` to allow quick conversion of pasted URLs into HTTPie/xh command e.g `http://httpbin.org/json` → diff --git a/Cargo.lock b/Cargo.lock index 9a8f4064..1b9e3849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "xh" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 814f5984..7ca8fae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.15.0" +version = "0.16.0" authors = ["ducaale "] edition = "2018" license = "MIT" diff --git a/doc/xh.1 b/doc/xh.1 index 7dfa2475..06086483 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH XH "1" "February 2022" "xh 0.15.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. +.TH XH "1" "April 2022" "xh 0.16.0" "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests .SH SYNOPSIS