From fdd5878d43ce52d4267a174265d9e5f9cd83ef6c Mon Sep 17 00:00:00 2001 From: Zachary <1153779+Dr-Emann@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:29:34 +0000 Subject: [PATCH] chore: release Signed-off-by: Zachary <1153779+Dr-Emann@users.noreply.github.com> --- Cargo.lock | 6 +++--- crates/applesauce-cli/CHANGELOG.md | 6 ++++++ crates/applesauce-cli/Cargo.toml | 4 ++-- crates/applesauce-core/CHANGELOG.md | 12 ++++++++++++ crates/applesauce-core/Cargo.toml | 2 +- crates/applesauce/CHANGELOG.md | 6 ++++++ crates/applesauce/Cargo.toml | 4 ++-- 7 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 crates/applesauce-core/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 90b73a2..8168802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "applesauce" -version = "0.5.1" +version = "0.5.2" dependencies = [ "applesauce-core", "crossbeam-channel", @@ -92,7 +92,7 @@ dependencies = [ [[package]] name = "applesauce-cli" -version = "0.5.1" +version = "0.5.2" dependencies = [ "applesauce", "cfg-if", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "applesauce-core" -version = "0.3.0" +version = "0.3.1" dependencies = [ "criterion", "flate2", diff --git a/crates/applesauce-cli/CHANGELOG.md b/crates/applesauce-cli/CHANGELOG.md index bd502ae..df3258d 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.2](https://github.com/Dr-Emann/applesauce/compare/applesauce-cli-v0.5.1...applesauce-cli-v0.5.2) - 2024-04-15 + +### Other +- Add benchmark to compare compressors +- Do not compress a file inside a dir we're also compressing + ## [0.5.1](https://github.com/Dr-Emann/applesauce/compare/applesauce-cli-v0.5.0...applesauce-cli-v0.5.1) - 2024-04-15 ### Added diff --git a/crates/applesauce-cli/Cargo.toml b/crates/applesauce-cli/Cargo.toml index d3e13d4..93d13ea 100644 --- a/crates/applesauce-cli/Cargo.toml +++ b/crates/applesauce-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "applesauce-cli" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "GPL-3.0-or-later" description = "A command-line interface for compressing and decompressing files using macos transparent compression" @@ -20,7 +20,7 @@ lzfse = ["applesauce/lzfse"] lzvn = ["applesauce/lzvn"] [dependencies] -applesauce = { version = "^0.5.1", path = "../applesauce", default-features = false } +applesauce = { version = "^0.5.2", path = "../applesauce", default-features = false } cfg-if = "1.0.0" clap = { version = "4.5", features = ["derive"] } diff --git a/crates/applesauce-core/CHANGELOG.md b/crates/applesauce-core/CHANGELOG.md new file mode 100644 index 0000000..1a30cda --- /dev/null +++ b/crates/applesauce-core/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.3.1](https://github.com/Dr-Emann/applesauce/compare/applesauce-core-v0.3.0...applesauce-core-v0.3.1) - 2024-04-15 + +### Other +- Add benchmark to compare compressors diff --git a/crates/applesauce-core/Cargo.toml b/crates/applesauce-core/Cargo.toml index d1c4eb9..c21656c 100644 --- a/crates/applesauce-core/Cargo.toml +++ b/crates/applesauce-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "applesauce-core" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0-or-later" description = "A low level library interface for compressing and decompressing files using macos transparent compression" diff --git a/crates/applesauce/CHANGELOG.md b/crates/applesauce/CHANGELOG.md index 23d9259..be5b12d 100644 --- a/crates/applesauce/CHANGELOG.md +++ b/crates/applesauce/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/Dr-Emann/applesauce/compare/applesauce-v0.5.1...applesauce-v0.5.2) - 2024-04-15 + +### Other +- Add benchmark to compare compressors +- Do not compress a file inside a dir we're also compressing + ## [0.5.1](https://github.com/Dr-Emann/applesauce/compare/applesauce-v0.5.0...applesauce-v0.5.1) - 2024-04-15 ### Added diff --git a/crates/applesauce/Cargo.toml b/crates/applesauce/Cargo.toml index 51a8fab..903bbfd 100644 --- a/crates/applesauce/Cargo.toml +++ b/crates/applesauce/Cargo.toml @@ -2,7 +2,7 @@ name = "applesauce" description = "A tool for compressing files with apple file system compression" license = "GPL-3.0-or-later" -version = "0.5.1" +version = "0.5.2" edition = "2021" keywords = ["compression", "afsc", "decmpfs"] categories = ["compression"] @@ -25,7 +25,7 @@ system-lzfse = ["lzfse", "applesauce-core/system-lzfse"] [dependencies] resource-fork = { version = "^0.3.0", path = "../resource-fork" } -applesauce-core = { version = "^0.3.0", path = "../applesauce-core" } +applesauce-core = { version = "^0.3.1", path = "../applesauce-core" } crossbeam-channel = "0.5.12" libc = "0.2.153"