From 664f17d84880197029320f5c151054b18833170c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20H=C3=A4hnel?= <1516205+markhaehnel@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:19:38 +0100 Subject: [PATCH] chore: release v0.2.7 --- 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 1bbe994..0783883 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.2.7](https://github.com/markhaehnel/sfdl/compare/v0.2.6...v0.2.7) - 2025-01-13 + +### Other + +- *(deps)* bump thiserror from 2.0.9 to 2.0.11 (#33) + ## [0.2.6](https://github.com/markhaehnel/sfdl/compare/v0.2.5...v0.2.6) - 2024-12-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 591045c..0e02ba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "sfdl" -version = "0.2.6" +version = "0.2.7" dependencies = [ "aes", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3ac0c82..78ddc22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sfdl" description = "Parse, encrypt and decrypt SFDL container files" authors = ["Mark Hähnel "] -version = "0.2.6" +version = "0.2.7" edition = "2021" repository = "https://github.com/markhaehnel/sfdl.git" keywords = ["sfdl", "parse", "decrypt", "encrypt"]