From 1b74cc41584cd5ac55efa475a4fdbff9b8c5f126 Mon Sep 17 00:00:00 2001 From: k3ii Date: Fri, 30 Aug 2024 23:37:09 +0400 Subject: [PATCH] chore(cliff): update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddb4ea..46ae8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.0-rc.3] - 2024-08-30 + +### 🐛 Bug Fixes + +- *(cargo)* Override formula name + +### 📚 Documentation + +- *(README)* Add cargo installation instruction +- *(changelog)* Revise changelog + +### ⚙️ Miscellaneous Tasks + +- *(git-cz)* Remove bash git-cz and install script + ## [0.1.0-rc.2] - 2024-08-28 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 3a8f8dc..2d522dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-commitizen" -version = "0.1.0-rc.2" +version = "0.1.0-rc.3" edition = "2021" authors = ["Jain Ramchurn"] description = "A simple commitizen CLI tool in rust"