1.45.0

casey/just1.45.0Dec 10, 2025by github-actions[bot]

AI Summary

Release adds argument validation via regular expressions and fixes shell-expanded strings in attributes and arg pattern anchoring issues.

Key Highlights

  • Allow requiring recipe arguments to match regular expression patterns
  • Allow shell-expanded strings in attributes
  • Fix arg pattern anchoring

New Features

  • Allow requiring recipe arguments to match regular expression patterns

Full Release Notes

### Added
- Allow requiring recipe arguments to match regular expression patterns ([#3000](https://github.com/casey/just/pull/3000) by [casey](https://github.com/casey))

### Fixed
- Allow shell-expanded strings in attributes ([#3007](https://github.com/casey/just/pull/3007) by [casey](https://github.com/casey))
- Fix arg pattern anchoring ([#3002](https://github.com/casey/just/pull/3002) by [casey](https://github.com/casey))

### Misc
- Use non-capturing group in arg pattern regex ([#3006](https://github.com/casey/just/pull/3006) by [casey](https://github.com/casey))
- Remove redundant type annotation ([#3004](https://github.com/casey/just/pull/3004) by [casey](https://github.com/casey))