Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Feb 1, 2025
1 parent 0d3f9f5 commit 620b931
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/applesauce-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "applesauce-cli"
version = "0.5.10"
version = "0.5.11"
edition = "2021"
license = "GPL-3.0-or-later"
description = "A command-line interface for compressing and decompressing files using macos transparent compression"
Expand All @@ -20,7 +20,7 @@ lzfse = ["applesauce/lzfse"]
lzvn = ["applesauce/lzvn"]

[dependencies]
applesauce = { version = "^0.6.3", path = "../applesauce", default-features = false }
applesauce = { version = "^0.6.4", path = "../applesauce", default-features = false }

cfg-if = "1.0.0"
clap = { version = "4.5", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "applesauce-core"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "GPL-3.0-or-later"
description = "A low level library interface for compressing and decompressing files using macos transparent compression"
Expand Down
5 changes: 5 additions & 0 deletions crates/applesauce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.4](https://github.com/Dr-Emann/applesauce/compare/applesauce-v0.6.3...applesauce-v0.6.4) - 2025-02-01

### Other
- Updated the following local packages: applesauce-core

## [0.6.3](https://github.com/Dr-Emann/applesauce/compare/applesauce-v0.6.2...applesauce-v0.6.3) - 2025-02-01

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.3"
version = "0.6.4"
edition = "2021"
keywords = ["compression", "afsc", "decmpfs"]
categories = ["compression"]
Expand All @@ -25,7 +25,7 @@ system-lzfse = ["lzfse", "applesauce-core/system-lzfse"]

[dependencies]
resource-fork = { version = "^0.3.1", path = "../resource-fork" }
applesauce-core = { version = "^0.3.4", path = "../applesauce-core" }
applesauce-core = { version = "^0.3.5", path = "../applesauce-core" }

crossbeam-channel = "0.5.13"
libc = "0.2.155"
Expand Down

0 comments on commit 620b931

Please sign in to comment.