From 3b45f85addf37cc96ed5b254cbd2f58c04894b4c Mon Sep 17 00:00:00 2001 From: Release-plz Date: Wed, 26 Aug 2026 01:13:02 +0000 Subject: [PATCH] chore(release): Release v0.1.4 Signed-off-by: Release-plz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b181f..f69169e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "crete" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 2acbf73..3c15415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crete" -version = "0.1.3" +version = "0.1.4" edition = "2024" default-run = "crete" publish = ["infra"]