From a86a4197f71ac62136718033523a4a5a8faa077a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 22 Dec 2024 12:37:08 +0100 Subject: [PATCH] chore(release): v0.2.3 (#87) chore(release): 0.2.3 Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/gitignore/pulls/87 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdc202..077bd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2024-12-22 + +### Other +- trigger commit + ## [0.2.2] - 2024-12-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 011f74c..cf1ac71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,4 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.2" +version = "0.2.3"