From 7804fb8b722868d8fd707d25bfe48fad1f25cf1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:42:36 +0000 Subject: [PATCH] chore: release v0.1.10 --- 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 7d8deb1..7e1189d 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.10](https://github.com/encryption4all/cryptify/compare/v0.1.9...v0.1.10) - 2026-03-27 + +### Other + +- Add rlsplz dependency + ## [0.1.9](https://github.com/encryption4all/cryptify/compare/v0.1.8...v0.1.9) - 2026-03-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index df16af8..d7a80b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.9" +version = "0.1.10" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a3369d4..04e51b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.9" +version = "0.1.10" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"