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"