1.34.0
casey/just1.34.0Aug 2, 2024by github-actions[bot]
AI Summary
Fixed a bug regarding the working directory of functions and improved handling of multi-line shell shebangs.
Key Highlights
- Fix for function paths relative to correct working directory
- Keep multi-line shebangs together
New Features
- Multi-line shebang support
- Function path correction
Full Release Notes
### Fixed - Make function paths relative to correct working directory ([#2294](https://github.com/casey/just/pull/2294) by [casey](https://github.com/casey)) ### Changed - Keep multi-line shebangs together ([#2276](https://github.com/casey/just/pull/2276) by [vkstrm](https://github.com/vkstrm)) ### Misc - Document `set working-directory` ([#2288](https://github.com/casey/just/pull/2288) by [nyurik](https://github.com/nyurik)) - Fix readme typos ([#2289](https://github.com/casey/just/pull/2289) by [casey](https://github.com/casey))