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
|
||||
---------------------
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -201,7 +201,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "just"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
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.3"
|
||||
version = "0.5.4"
|
||||
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" "December 2019" "just 0.5.3" "JUST MANUAL"
|
||||
.TH JUST "1" "December 2019" "just 0.5.4" "JUST MANUAL"
|
||||
.SH NAME
|
||||
just \- save and run commands
|
||||
.SH DESCRIPTION
|
||||
just 0.5.3
|
||||
just 0.5.4
|
||||
\- Please see https://github.com/casey/just for more information.
|
||||
.SS "USAGE:"
|
||||
.IP
|
||||
|
@ -622,7 +622,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.3
|
||||
const EXPECTED_HELP: &str = "just v0.5.4
|
||||
Casey Rodarmor <casey@rodarmor.com>
|
||||
🤖 Just a command runner - https://github.com/casey/just
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user