Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ouch 0.5.0 #156176

Merged
merged 2 commits into from
Dec 2, 2023
Merged

ouch 0.5.0 #156176

merged 2 commits into from
Dec 2, 2023

Conversation

Porkepix
Copy link
Contributor

@Porkepix Porkepix commented Dec 2, 2023

Created by brew bump


Created with brew bump-formula-pr.

release notes
# What's new in `0.5.0`?

New Features

  • Add .rar support (decompression and listing, see clarification below) (#529 by @lmkra)
  • Add .7z support (#555 by @Flat)

Improvements

  • Switch to the faster lz4 implementation, lz4_flex (#445 by @PSeitz)
  • Improve error message when decompressing with missing extensions (#518 by @marcospb19)
  • Strip binary when building with cargo (#535 by @marcospb19)
  • Completions: hint generator to expand to file paths (#508 by @marcospb19)

Bug Fixes

  • Fix size unit inconsistency (#502 by @marcospb19)
  • Fix unaligned output when using parallelism (#509 by @marcospb19)

Clarifications about .rar support

The added .rar support includes unpacking (decompressing and listing) but not packing (compressing a new archive), that's due to RAR's license restrictions, as it only allows their proprietary software (WinRAR) to pack new archives.

With that in mind, we advice you not to use .rar if possible, instead, use .zip, .tar.gz, .tar.zst, .tar.xz or .tar with other supported format.

New Contributors

Thanks to everyone who helped with this release! :tada::tada:


And a special thank you to @Flat for fixing our releases. :heart:

Full Changelog: ouch-org/ouch@0.4.2...0.5.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Dec 2, 2023
Copy link
Contributor

github-actions bot commented Dec 2, 2023

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 2, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 2, 2023
Merged via the queue into Homebrew:master with commit b9b35eb Dec 2, 2023
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Jan 2, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants