From 3e2d42555c0d871cf302c376546c4bb6bc5fe500 Mon Sep 17 00:00:00 2001 From: Release-plz Date: Thu, 27 Aug 2026 03:19:54 +0000 Subject: [PATCH] chore(release): Release v0.1.4 Signed-off-by: Release-plz --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9955a..2c13d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://git.huizinga.dev/infra/crete/compare/v0.1.3...v0.1.4) - 2026-08-27 + +### Miscellaneous Tasks + +- Migrate to rust audit fork + ## [0.1.3](https://git.huizinga.dev/infra/crete/compare/v0.1.2...v0.1.3) - 2026-04-21 ### Features 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"] -- 2.54.0