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"]