From 63a0fcfca1a18f81fd43f2c798ea7c9f970de086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 13 Mar 2023 18:24:30 +0300 Subject: [PATCH] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cc216..c362cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2023-03-13 + +### 📚 Documentation + +- *(readme)* Match up common "help" and "version" arguments ([#3](https://github.com/orhun/halp/issues/3)) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump transitive dependencies +- *(deps)* Bump serde from 1.0.154 to 1.0.155 + ## [0.1.0] - 2023-03-12 ### 📚 Documentation diff --git a/Cargo.lock b/Cargo.lock index 30c3cec..3d8dedb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "halp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index a7d9db1..d721e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halp" -version = "0.1.0" # bumped by release.sh +version = "0.1.1" # bumped by release.sh description = "A CLI tool to get help with CLI tools 🐙" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"