diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce54b1..0a6845e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.1.0-rc.2] - 2023-03-12 + +### 🐛 Bug Fixes + +- *(cd)* Update the packaging step for license files + diff --git a/Cargo.lock b/Cargo.lock index 003dcfe..1558cf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "halp" -version = "0.1.0-rc.1" +version = "0.1.0-rc.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index d6a2325..5657a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halp" -version = "0.1.0-rc.1" # bumped by release.sh +version = "0.1.0-rc.2" # bumped by release.sh description = "A CLI tool to get help with CLI tools 🐙" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"