From 0c20396baf93f71344807bc4a588d0171db8279f Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 26 May 2025 19:00:24 +1000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 7baf9cf..973c69f 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.1.0" +version = "0.2.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index e037937..e133d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 (2025-05-26) + +### Feat + +- Add config file for halloy + +### Fix + +- **.stowrc**: spelling mistake fix + ## 0.1.0 (2025-05-26) ### Feat