summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-11-05 09:44:04 +0100
committerSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-11-05 09:44:04 +0100
commit3efbdfdd3a9d9747228e477657f0307bf243c4d8 (patch)
tree68a39dd522eb8f49e1a65ad820e9181fffb62279
parent5eff9de3e2f4f284a5dc41e3d4f7a038832c66b0 (diff)
Changed version to 1.1.01.1.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md3
3 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index daa2da3..648feff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "git-journal"
-version = "1.0.1"
+version = "1.1.0"
dependencies = [
"chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 4e7653e..0f28f6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-journal"
-version = "1.0.1"
+version = "1.1.0"
license = "MIT"
readme = "README.md"
keywords = ["parser", "git", "log", "changelog", "journal"]
diff --git a/README.md b/README.md
index 479e4d5..9b47051 100644
--- a/README.md
+++ b/README.md
@@ -268,6 +268,7 @@ repository:
[git-journal] [OKAY] Git hook installed to '.git/hooks/prepare-commit-msg'.
[git-journal] [OKAY] Installed bash completions to the path.
[git-journal] [OKAY] Installed fish completions to the path.
+[git-journal] [OKAY] Installed zsh completions to the path.
```
If there already exists these hooks _git-journal_ tries to append the needed commands, which has to be verified by hand
@@ -337,7 +338,7 @@ repository:
[features]: #features
* **General**
- * [x] Generation of completions for bash and fish shell during setup.
+ * [x] Generation of completions for bash, fish and zsh shell during setup.
* [x] Custom category support for commit preparation, validation and output (`categories`).
* [x] Automatic multi threading support for the parsing.
* **Journal generation and output**