From 1903634e3b52e332ea22a21bd1b287d02106f61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20H=C3=A4hnel?= <1516205+markhaehnel@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:03:12 +0100 Subject: [PATCH] chore: release v0.2.5 (#29) --- 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 2e65ca2..0f920e8 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.5](https://github.com/markhaehnel/sfdl/compare/v0.2.4...v0.2.5) - 2024-12-23 + +### Other + +- *(deps)* bump thiserror from 2.0.7 to 2.0.9 (#28) + ## [0.2.4](https://github.com/markhaehnel/sfdl/compare/v0.2.3...v0.2.4) - 2024-12-17 ### Other diff --git a/Cargo.lock b/Cargo.lock index 4e60b71..ab71f32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "sfdl" -version = "0.2.4" +version = "0.2.5" dependencies = [ "aes", "base64", diff --git a/Cargo.toml b/Cargo.toml index b68fa81..5adcfd7 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.4" +version = "0.2.5" edition = "2021" repository = "https://github.com/markhaehnel/sfdl.git" keywords = ["sfdl", "parse", "decrypt", "encrypt"]