summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2019-12-25 07:46:54 -0800
committerGitHub <noreply@github.com>2019-12-25 07:46:54 -0800
commite14447030a5f0570d3e1fdd6ade3a18ed39e4e0a (patch)
tree5633a733b9bd8d7ffd915ce7da3acd116eb49324
parent61ab53dbc1950029dba1153cb427b973282c2cec (diff)
Release v0.5.4 (#570)v0.5.4
- Bump version: 0.5.3 -> 0.5.4 - Update changelog - Update man page - Update config test
-rw-r--r--CHANGELOG.md14
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/just.14
-rw-r--r--src/config.rs2
5 files changed, 19 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5eec648..631e2402 100644
--- a/CHANGELOG.md
+++ b/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
---------------------
diff --git a/Cargo.lock b/Cargo.lock
index 5e59ca46..5232bfe1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",
diff --git a/Cargo.toml b/Cargo.toml
index d211059d..cba3202c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/man/just.1 b/man/just.1
index 76276d82..cdc11646 100644
--- a/man/just.1
+++ b/man/just.1
@@ -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
diff --git a/src/config.rs b/src/config.rs
index 7aed229d..3510e4a8 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -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