Skip to content

Commit

Permalink
chore: release (#68)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `applesauce`: 0.5.3 -> 0.5.4
* `applesauce-core`: 0.3.1 -> 0.3.2
* `applesauce-cli`: 0.5.3 -> 0.5.4

<details><summary><i><b>Changelog</b></i></summary><p>

## `applesauce`
<blockquote>

##
[0.5.4](applesauce-v0.5.3...applesauce-v0.5.4)
- 2024-07-03

### Other
- Bump the minor-patches group across 1 directory with 3 updates
- Bump the minor-patches group across 1 directory with 3 updates
- Add test to verify things work with hard links present.
</blockquote>

## `applesauce-core`
<blockquote>

##
[0.3.2](applesauce-core-v0.3.1...applesauce-core-v0.3.2)
- 2024-07-03

### Other
- Bump the minor-patches group across 1 directory with 3 updates
</blockquote>

## `applesauce-cli`
<blockquote>

##
[0.5.4](applesauce-cli-v0.5.3...applesauce-cli-v0.5.4)
- 2024-07-03

### Other
- Extra post-op stats
([#73](#73))
- Bump the minor-patches group across 1 directory with 3 updates
- Bump the minor-patches group across 1 directory with 3 updates
- Add test to verify things work with hard links present.
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
Dr-Emann authored Jul 4, 2024
2 parents 1c5fad1 + 8362b82 commit 4179fd3
Show file tree
Hide file tree
Showing 7 changed files with 28 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.

8 changes: 8 additions & 0 deletions crates/applesauce-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.4](https://github.com/Dr-Emann/applesauce/compare/applesauce-cli-v0.5.3...applesauce-cli-v0.5.4) - 2024-07-03

### Other
- Extra post-op stats ([#73](https://github.com/Dr-Emann/applesauce/pull/73))
- Bump the minor-patches group across 1 directory with 3 updates
- Bump the minor-patches group across 1 directory with 3 updates
- Add test to verify things work with hard links present.

## [0.5.3](https://github.com/Dr-Emann/applesauce/compare/applesauce-cli-v0.5.2...applesauce-cli-v0.5.3) - 2024-04-16

### Other
Expand Down
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.3"
version = "0.5.4"
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.5.3", path = "../applesauce", default-features = false }
applesauce = { version = "^0.5.4", path = "../applesauce", default-features = false }

cfg-if = "1.0.0"
clap = { version = "4.5", features = ["derive"] }
Expand Down
5 changes: 5 additions & 0 deletions crates/applesauce-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/Dr-Emann/applesauce/compare/applesauce-core-v0.3.1...applesauce-core-v0.3.2) - 2024-07-03

### Other
- Bump the minor-patches group across 1 directory with 3 updates

## [0.3.1](https://github.com/Dr-Emann/applesauce/compare/applesauce-core-v0.3.0...applesauce-core-v0.3.1) - 2024-04-15

### Other
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.1"
version = "0.3.2"
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
7 changes: 7 additions & 0 deletions crates/applesauce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.4](https://github.com/Dr-Emann/applesauce/compare/applesauce-v0.5.3...applesauce-v0.5.4) - 2024-07-03

### Other
- Bump the minor-patches group across 1 directory with 3 updates
- Bump the minor-patches group across 1 directory with 3 updates
- Add test to verify things work with hard links present.

## [0.5.3](https://github.com/Dr-Emann/applesauce/compare/applesauce-v0.5.2...applesauce-v0.5.3) - 2024-04-16

### Other
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.5.3"
version = "0.5.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.0", path = "../resource-fork" }
applesauce-core = { version = "^0.3.1", path = "../applesauce-core" }
applesauce-core = { version = "^0.3.2", path = "../applesauce-core" }

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

0 comments on commit 4179fd3

Please sign in to comment.