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

Bump version: 0.3.13 -> 0.4.0 #401

Merged
merged 4 commits into from
Apr 12, 2019
Merged

Bump version: 0.3.13 -> 0.4.0 #401

merged 4 commits into from
Apr 12, 2019

Conversation

casey
Copy link
Owner

@casey casey commented Apr 12, 2019

Technically the addition of aliases was a breaking change, since a recipe named alias with no arguments will be parsed differently, so bumping the minor version.

@casey casey merged commit c3d1d90 into master Apr 12, 2019
@casey casey deleted the bump-version branch April 12, 2019 07:46
@casey
Copy link
Owner Author

casey commented Apr 12, 2019

v0.4.0 is released!

It comes with a few goodies, in particular

# recipe `build` can also be invoked with `b`
alias b = build

build:
  echo 'Building!'
foo bar=`cat baz`:
  echo {{bar}}
#!/usr/bin/env just --justfile

foo:
  echo 'Foo!'

Thanks so much to everyone who contributed!

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.

1 participant