From 674266664dbaa9a5b9ba45104da08ffd787e8bf2 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 22 Dec 2024 14:53:58 +0100 Subject: [PATCH] chore(release): v0.4.0 (#90) chore(release): 0.4.0 Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/gitignore/pulls/90 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9a938..caebf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2024-12-22 + +### Added +- make init zsh + +### Other +- make variant for the other shell commands + ## [0.3.0] - 2024-12-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index ab87c5f..f06f550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,4 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.0" +version = "0.4.0"