From ab18b2f06cb2605de0b30afbc7872f95b7512d76 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Mon, 16 Dec 2024 22:24:14 -0500 Subject: [PATCH] chore(applesauce-cli): release v0.5.5 --- Cargo.lock | 4 ++-- crates/applesauce-cli/CHANGELOG.md | 6 ++++++ crates/applesauce-cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d97b300..af14892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler2" @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "applesauce-cli" -version = "0.5.4" +version = "0.5.5" dependencies = [ "applesauce", "cfg-if", diff --git a/crates/applesauce-cli/CHANGELOG.md b/crates/applesauce-cli/CHANGELOG.md index 787c84c..0ba2b41 100644 --- a/crates/applesauce-cli/CHANGELOG.md +++ b/crates/applesauce-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.5](https://github.com/Dr-Emann/applesauce/compare/applesauce-cli-v0.5.4...applesauce-cli-v0.5.5) - 2024-12-17 + +### Other + +- Bump the minor-patches group across 1 directory with 3 updates ([#78](https://github.com/Dr-Emann/applesauce/pull/78)) + ## [0.5.4](https://github.com/Dr-Emann/applesauce/compare/applesauce-cli-v0.5.3...applesauce-cli-v0.5.4) - 2024-07-03 ### Other diff --git a/crates/applesauce-cli/Cargo.toml b/crates/applesauce-cli/Cargo.toml index 4a770e7..e72d6ad 100644 --- a/crates/applesauce-cli/Cargo.toml +++ b/crates/applesauce-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "applesauce-cli" -version = "0.5.4" +version = "0.5.5" edition = "2021" license = "GPL-3.0-or-later" description = "A command-line interface for compressing and decompressing files using macos transparent compression"