Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Sep 11, 2017
1 parent be16457 commit 6b1e8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use git_tag_parser::GitTagParser;

fn main() {
let matches = App::new("changelog-rs")
.version("0.2.0")
.author("Per Lundberg <pelrun@gmail.com>")
.version("0.3.0")
.author("Per Lundberg <perlun@gmail.com> and others")
.about("Trivial Rust-based CHANGELOG.md generation tool")
.arg(Arg::with_name("REPOSITORY_PATH")
.help("Sets the path of the repository to generate the changelog for. Defaults to the current directory.")
Expand Down

0 comments on commit 6b1e8e1

Please sign in to comment.