Release v0.5.7 (#584)

- Bump version: 0.5.6 -> 0.5.7
- Update change log
- Update man page
- Update config test
This commit is contained in:
Casey Rodarmor 2020-01-28 03:03:07 -08:00 committed by GitHub
parent 1a820a2899
commit 1d084f1d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 5 deletions

View File

@ -2,6 +2,13 @@ Changelog
=========
[v0.5.7] - 2020-1-28
--------------------
## Misc
- Don't include directories in release archive (#583)
[v0.5.6] - 2020-1-28
--------------------

2
Cargo.lock generated
View File

@ -210,7 +210,7 @@ dependencies = [
[[package]]
name = "just"
version = "0.5.6"
version = "0.5.7"
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.6"
version = "0.5.7"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH JUST "1" "January 2020" "just 0.5.6" "JUST MANUAL"
.TH JUST "1" "January 2020" "just 0.5.7" "JUST MANUAL"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 0.5.6
just 0.5.7
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP

View File

@ -647,7 +647,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.6
const EXPECTED_HELP: &str = "just v0.5.7
Casey Rodarmor <casey@rodarmor.com>
🤖 Just a command runner - https://github.com/casey/just