1.10.0
casey/just1.10.0Jan 2, 2023by github-actions[bot]
AI Summary
This is a minor release (1.10.0) of the just command runner that adds support for private attributes on aliases and improves the --quiet flag behavior to suppress diff output when using --fmt --check.
Key Highlights
- Added support for private attributes on aliases
- The --quiet flag now suppresses diff output when using --fmt --check
- This release includes one new feature and one behavior improvement
New Features
- Allow private attribute on aliases (#1434)
Full Release Notes
### Added - Allow private attribute on aliases ([#1434](https://github.com/casey/just/pull/1434) by [neunenak](https://github.com/neunenak)) ### Changed - Suppress --fmt --check diff if --quiet is passed ([#1457](https://github.com/casey/just/pull/1457))