1.18.0

casey/just1.18.0Dec 24, 2023by github-actions[bot]

AI Summary

This minor release stabilizes the `!include path` syntax to work as `import 'path'`, unifying the include/import functionality in just. The release also includes a minor readme tweak for documentation improvements.

Key Highlights

  • Stabilized `!include path` to work as `import 'path'`
  • Unified include/import syntax in just
  • Documentation update with readme tweak

New Features

  • `!include path` now stabilized to work as `import 'path'`

Full Release Notes

### Added
- Stabilize `!include path` as `import 'path'` ([#1771](https://github.com/casey/just/pull/1771))

### Misc
- Tweak readme ([#1775](https://github.com/casey/just/pull/1775))