1.58.0

parruda/swarm1.58.0Aug 3, 2026by github-actions[bot]

AI Summary

Improved build tool syntax with enhanced timestamp formatting and interpolation handling.

Key Highlights

  • Added format argument to `[timestamp]` attribute
  • Added `[timestamp]` recipe attribute
  • Accepts multiple names in `--justfile-name`

New Features

  • Timestamp attribute formatting
  • Multiple names for justfile
  • Interpolation formatting improvements

Full Release Notes

### Changed
- Surround interoplation expressions with spaces when formatting ([#3685](https://github.com/casey/just/pull/3685) by [casey](https://github.com/casey))
- Accept multiple `,`-separated values in `--justfile-name` ([#3676](https://github.com/casey/just/pull/3676) by [casey](https://github.com/casey))

### Added
- Add format argument to `[timestamp]` attribute ([#3681](https://github.com/casey/just/pull/3681) by [casey](https://github.com/casey))
- Add `[timestamp]` recipe attribute ([#3680](https://github.com/casey/just/pull/3680) by [casey](https://github.com/casey))

### Misc
- Note that `no-cd` only affects recipe working directory ([#3679](https://github.com/casey/just/pull/3679) by [casey](https://github.com/casey))
- Link to GitHub from docs ([#3674](https://github.com/casey/just/pull/3674) by [casey](https://github.com/casey))