Skip to content

satty 0.21.0 - #7747

Closed
chenrui333 wants to merge 1 commit into
mainfrom
bump-satty-0.21.0
Closed

satty 0.21.0#7747
chenrui333 wants to merge 1 commit into
mainfrom
bump-satty-0.21.0

Conversation

@chenrui333

Copy link
Copy Markdown
Owner

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## Possible disruptions

packaging related

cargo publish asks that nothing is generated outside of OUT_DIR via build.rs. This includes completions which we previously generated to completions directory.

Since OUT_DIR might be tricky to locate programmatically, we added a feature ci-release which generates completions to completions just like before. We use this in our release workflow and suggest for packagers to consider using the feature in packaging scripts as well.

config/cli

Early exit config/cli can now be configured with specific triggers:

early-exit = true
early-exit = [ "all" ]
early-exit = [ "copy", "save", "save-as" ]

or

--early-exit
--early-exit=all
--early-exit=copy,save,save-as

Please note that the experimental option early-exit-save-as, introduced in 0.20.1, was removed on the back of this change.

Other Changes

New Contributors

Full Changelog: Satty-org/Satty@v0.20.1...v0.21.0

New Maintainer

@robertwidfen joined as a maintainer. Welcome to the project!

View the full release notes at https://github.com/Satty-org/Satty/releases/tag/v0.21.0.


Copilot AI review requested due to automatic review settings June 4, 2026 19:17
@github-actions github-actions Bot added the rust Rust use is a significant feature of the PR or issue label Jun 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Homebrew formula for satty to the newly released 0.21.0, keeping the tap in sync with the latest upstream source release.

Changes:

  • Bump satty from 0.20.1 to 0.21.0.
  • Update the source tarball URL and sha256 accordingly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Formula/s/satty.rb
Comment on lines 3 to +4
homepage "https://github.com/gabm/Satty"
url "https://github.com/gabm/Satty/archive/refs/tags/v0.20.1.tar.gz"
sha256 "86e85e8abdcfee925f0b95d424bd9eed9ad78aeb537707132e77ccb63133ac97"
url "https://github.com/gabm/Satty/archive/refs/tags/v0.21.0.tar.gz"
@github-actions github-actions Bot closed this in 05d2e9a Jun 4, 2026
@github-actions
github-actions Bot deleted the bump-satty-0.21.0 branch June 4, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-pull 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.

3 participants