Skip to content

Commit

Permalink
Release v0.5.1 (#544)
Browse files Browse the repository at this point in the history
- Bump version: v0.5.0 -> v0.5.1
- Update changelog
  • Loading branch information
casey authored Nov 20, 2019
1 parent d157c87 commit e5232fd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ Changelog
=========


[v0.5.1] - 2019-11-20
---------------------

## Added
- Add `--init` subcommand (#541)

## Changed
- Avoid fs::canonicalize (#539)

## Misc
- Mention `set shell` as altenative to installing `sh` (#533)
- Refactor Compilation error to contain a Token (#535)
- Move lexer comment (#536)
- Add missing `--init` test (#543)

[v0.5.0] - 2019-11-12
---------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.5.0"
version = "0.5.1"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ mod tests {
// proper tests for all the flags, but this will do for now.
#[test]
fn help() {
const EXPECTED_HELP: &str = "just v0.5.0
const EXPECTED_HELP: &str = "just v0.5.1
Casey Rodarmor <[email protected]>
🤖 Just a command runner - https://github.com/casey/just
Expand Down

0 comments on commit e5232fd

Please sign in to comment.