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:
parent
1a820a2899
commit
1d084f1d4e
@ -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
2
Cargo.lock
generated
@ -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)",
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user