1.22.0

casey/just1.22.0Jan 5, 2024by github-actions[bot]

AI Summary

This minor release of just (v1.22.0) introduces path syntax for recipe invocation, making it easier to run recipes with slashes in their names, and adds user-friendly aliases for the `--fmt` and `--init` flags.

Key Highlights

  • Recipes can now be invoked with path syntax, allowing slashes in recipe names
  • Added `--format` as an alias for `--fmt` flag
  • Added `--initialize` as an alias for `--init` flag
  • Documentation improvement: table of contents pointer repositioned

New Features

  • Path syntax for recipe invocation ([#1809])
  • `--format` alias for `--fmt` ([#1802])
  • `--initialize` alias for `--init` ([#1802])

Full Release Notes

### Added
- Recipes can be invoked with path syntax ([#1809](https://github.com/casey/just/pull/1809))
- Add `--format` and `--initialize` as aliases for `--fmt` and `--init` ([#1802](https://github.com/casey/just/pull/1802))

### Misc
- Move table of contents pointer to right ([#1806](https://github.com/casey/just/pull/1806))