From 33ba27bf77c4e8f4f04f41f55b1bad7c00fcc836 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 2 Jan 2025 09:47:09 +0100 Subject: [PATCH] chore(release): v0.3.1 (#43) chore(release): 0.3.1 Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/gitnow/pulls/43 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1701f5..e0d55fb 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.3.1] - 2025-01-02 + +### Other +- enable publish + ## [0.3.0] - 2025-01-01 ### Added diff --git a/Cargo.toml b/Cargo.toml index 26ae018..513ff2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.0" +version = "0.3.1" [workspace.dependencies]