summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2019-11-20 02:08:58 -0600
committerGitHub <noreply@github.com>2019-11-20 02:08:58 -0600
commite5232fda89b8841bbf62ce52a0c6a6018e09804d (patch)
treec28fae3e6727451f8b29bbf6442304fadc5c7df9
parentd157c87460a0f21ccb883f82105f02f4d595175b (diff)
Release v0.5.1 (#544)v0.5.1
- Bump version: v0.5.0 -> v0.5.1 - Update changelog
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/config.rs2
4 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa0f2cdc..281b0fa7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@ Changelog
=========
+[v0.5.1] - 2019-11-20
+---------------------
+
+## Added
+- Add `--init` subcommand (#541)
+
+## Changed
+- Avoid fs::canonicalize (#539)
+
+## Misc
+- Mention `set shell` as altenative to installing `sh` (#533)
+- Refactor Compilation error to contain a Token (#535)
+- Move lexer comment (#536)
+- Add missing `--init` test (#543)
+
[v0.5.0] - 2019-11-12
---------------------
diff --git a/Cargo.lock b/Cargo.lock
index 96cfe47b..ce91cc81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,7 +191,7 @@ dependencies = [
[[package]]
name = "just"
-version = "0.5.0"
+version = "0.5.1"
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 51eb7f98..ac1f660e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.5.0"
+version = "0.5.1"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"
diff --git a/src/config.rs b/src/config.rs
index c554563f..3ca62a98 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -586,7 +586,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.0
+ const EXPECTED_HELP: &str = "just v0.5.1
Casey Rodarmor <casey@rodarmor.com>
🤖 Just a command runner - https://github.com/casey/just