ouch 0.5.0#156176
Merged
BrewTestBot merged 2 commits intoHomebrew:masterfrom Dec 2, 2023
Merged
Conversation
p-linnane
approved these changes
Dec 2, 2023
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
.rarsupport (decompression and listing, see clarification below) (#529 by @lmkra).7zsupport (#555 by @Flat)Improvements
lz4implementation,lz4_flex(#445 by @PSeitz)Bug Fixes
Clarifications about
.rarsupportThe added
.rarsupport 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
.rarif possible, instead, use.zip,.tar.gz,.tar.zst,.tar.xzor.tarwith 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