From 0ab80fe92152e60951d9b2dc8b700466d7fcb4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 16 Mar 2023 04:24:00 +0300 Subject: [PATCH] chore(release): prepare for v0.1.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855f5a2..2a17dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.1.3] - 2023-03-16 + +### 🐛 Bug Fixes + +- *(args)* Unset pager for command output ([#9](https://github.com/orhun/halp/issues/9)) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump transitive dependencies + ## [0.1.2] - 2023-03-14 ### 🐙 Features diff --git a/Cargo.lock b/Cargo.lock index f41a4bb..7fbaee2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "halp" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 88c538e..7cf149a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halp" -version = "0.1.2" # bumped by release.sh +version = "0.1.3" # bumped by release.sh description = "A CLI tool to get help with CLI tools 🐙" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"