Release v0.5.1 (#544)

- Bump version: v0.5.0 -> v0.5.1
- Update changelog
This commit is contained in:
Casey Rodarmor 2019-11-20 02:08:58 -06:00 committed by GitHub
parent d157c87460
commit e5232fda89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View File

@ -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
---------------------

2
Cargo.lock generated
View File

@ -191,7 +191,7 @@ dependencies = [
[[package]]
name = "just"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.5.0"
version = "0.5.1"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"

View File

@ -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 <casey@rodarmor.com>
🤖 Just a command runner - https://github.com/casey/just