summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <mail@saschagrunert.de>2017-02-01 14:03:48 +0100
committerGitHub <noreply@github.com>2017-02-01 14:03:48 +0100
commitaa6c59a8a4028169ac9feceaa68466ac91eec7f0 (patch)
tree6ad1798b736070f09f16191ccbbb8b9519e9d23a
parent9744d9074fa0ed01d09ee281648ba69dc1c2f794 (diff)
Update Cargo.toml
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3689f11..030f65a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-journal"
-version = "1.3.2"
+version = "1.3.3"
license = "MIT"
readme = "README.md"
keywords = ["parser", "git", "log", "changelog", "journal"]
@@ -9,7 +9,7 @@ repository = "https://github.com/saschagrunert/git-journal"
homepage = "https://github.com/saschagrunert/git-journal"
documentation = "https://docs.rs/git-journal"
description = "The Git Commit Message and Changelog Generation Framework"
-categories = ["text-processing"]
+categories = ["command-line-utilities"]
license-file = "LICENSE"
[badges]