1.18.1
casey/just1.18.1Dec 24, 2023by github-actions[bot]
AI Summary
This is a minor patch release (1.18.1) of just that adds improved error handling for `!include` directives. The single change provides users with more descriptive error messages when there's an issue with include directives in their justfiles, making debugging easier.
Key Highlights
- Added descriptive error message for `!include` directives (PR #1779)
New Features
- Display a descriptive error for `!include` directives
Full Release Notes
### Added - Display a descriptive error for `!include` directives ([#1779](https://github.com/casey/just/pull/1779))