1 Commits
Author SHA1 Message Date
Release-plz 3e2d42555c chore(release): Release v0.1.4
Committed / committed (pull_request) Successful in 25s
CI / cargo shear (pull_request) Successful in 4m41s
CI / prek (pull_request) Successful in 5m13s
Signed-off-by: Release-plz <release-plz@noreply.huizinga.dev>
2026-08-27 03:19:54 +00:00
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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
### <!-- 5 -->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
### <!-- 0 -->Features
Generated
+1 -1
View File
@@ -214,7 +214,7 @@ dependencies = [
[[package]]
name = "crete"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"clap",
"clap_complete",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "crete"
version = "0.1.3"
version = "0.1.4"
edition = "2024"
default-run = "crete"
publish = ["infra"]