From 8794f748cccc6e9e66ec26a965cb824e7ffd617a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:56:39 +0000 Subject: [PATCH] chore: release v0.1.20 --- 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 043f741..c0476bd 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.20](https://github.com/encryption4all/cryptify/compare/v0.1.19...v0.1.20) - 2026-03-30 + +### Other + +- update Cargo.toml dependencies + ## [0.1.19](https://github.com/encryption4all/cryptify/compare/v0.1.18...v0.1.19) - 2026-03-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 8d2b046..d2168c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.19" +version = "0.1.20" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 57051e3..a3ece14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.19" +version = "0.1.20" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"