Release v0.5.4 (#570)
- Bump version: 0.5.3 -> 0.5.4 - Update changelog - Update man page - Update config test
This commit is contained in:
parent
61ab53dbc1
commit
e14447030a
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@ Changelog
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
[v0.5.4] - 2019-12-25
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
# Added
|
||||||
|
- Add `justfile_directory()` and `justfile()` (#569)
|
||||||
|
|
||||||
|
## Misc
|
||||||
|
- Add table of package managers that include just to readme (#568)
|
||||||
|
- Remove yaourt AUR helper from readme (#567)
|
||||||
|
- Fix regression in error message color printing (#566)
|
||||||
|
- Reform indentation handling (#565)
|
||||||
|
- Update Cargo.lock with new version (#564)
|
||||||
|
|
||||||
|
|
||||||
[v0.5.3] - 2019-12-11
|
[v0.5.3] - 2019-12-11
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -201,7 +201,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
description = "🤖 Just a command runner"
|
description = "🤖 Just a command runner"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
|
||||||
.TH JUST "1" "December 2019" "just 0.5.3" "JUST MANUAL"
|
.TH JUST "1" "December 2019" "just 0.5.4" "JUST MANUAL"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
just \- save and run commands
|
just \- save and run commands
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
just 0.5.3
|
just 0.5.4
|
||||||
\- Please see https://github.com/casey/just for more information.
|
\- Please see https://github.com/casey/just for more information.
|
||||||
.SS "USAGE:"
|
.SS "USAGE:"
|
||||||
.IP
|
.IP
|
||||||
|
@ -622,7 +622,7 @@ mod tests {
|
|||||||
// proper tests for all the flags, but this will do for now.
|
// proper tests for all the flags, but this will do for now.
|
||||||
#[test]
|
#[test]
|
||||||
fn help() {
|
fn help() {
|
||||||
const EXPECTED_HELP: &str = "just v0.5.3
|
const EXPECTED_HELP: &str = "just v0.5.4
|
||||||
Casey Rodarmor <casey@rodarmor.com>
|
Casey Rodarmor <casey@rodarmor.com>
|
||||||
🤖 Just a command runner - https://github.com/casey/just
|
🤖 Just a command runner - https://github.com/casey/just
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user