Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v0.5.0 #530

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Release: v0.5.0 #530

merged 1 commit into from
Nov 12, 2019

Conversation

casey
Copy link
Owner

@casey casey commented Nov 12, 2019

  • Bump version: v0.4.5 -> v0.5.0
  • Update dependencies
  • Update changelog
  • Appease linter
  • Appease clippy

- Bump version: v0.4.5 -> v0.5.0
- Update dependencies
- Update changelog
- Appease linter
- Appease clippy
@casey casey merged commit c40d16f into master Nov 12, 2019
@casey casey deleted the bump-version branch November 12, 2019 22:13
@casey casey mentioned this pull request Nov 13, 2019
@casey
Copy link
Owner Author

casey commented Nov 13, 2019

I just released v0.5.0, which includes the ability to set the shell used to invoke backticks and recipe lines on a justfile-wide basis. The feature is hopefully pretty straightforward:

# use zsh instead of sh
set shell := ["zsh", "-cu"]

foo:
  ls **/*.txt

(Version v0.5.0 is almost entirely compatible with v0.4.5, but passing --set X Y, X=Y, or positional arguments with subcommands that do not take them, like --list, is now an error, so it seemed best to increment the minor version number to indicate this.)

This feature allows users to write justfiles with the shell of their choice, so it hopefully improves the user experience of using just on windows.

However, it does not address the desire for justfiles that work on multiple platforms, so I opened issue #531 to summarize and track this.

CC:
@slmjkdbtl, who I think originally requested this feature. Thank you for the feature request!
@joshuawarner32
@justdan96
@runeimp

@slmjkdbtl
Copy link

Thanks casey! It works well 💯

@casey
Copy link
Owner Author

casey commented Nov 13, 2019

@slmjkdbtl Sweet, glad to hear it!

@casey casey mentioned this pull request Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants