Skip to content

Commit

Permalink
chore: dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Mar 13, 2017
1 parent 833e03a commit bd3e45f
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 61 deletions.
124 changes: 66 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -4,7 +4,7 @@ readme = "README.md"
keywords = ["git", "log", "changelog", "parser", "parse"]
license = "MIT"
name = "clog-cli"
version = "0.9.2"
version = "0.9.3"
authors = ["Christoph Burgdorf <christoph.burgdorf@bvsn.org>"]
description = "A conventional changelog for the rest of us"
exclude = ["docs/*"]
Expand All @@ -13,8 +13,8 @@ exclude = ["docs/*"]
name = "clog"

[dependencies]
semver = "~0.5.0"
clap = "~2.14"
semver = "~0.6.0"
clap = "~2.21.1"
time = "~0.1.32"
clog = "~0.9.1"

Expand Down

0 comments on commit bd3e45f

Please sign in to comment.