Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaddeo committed Oct 8, 2019
1 parent 443620c commit 308fadb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cl"
version = "0.1.0"
version = "0.2.0"
description = "A command line tool for recording changes to be collected for use in a Keep A Changelog formatted CHANGELOG.md"
authors = ["Marc Addeo <[email protected]>"]
edition = "2018"
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ the branch name. This will allow developers to log their changes in an atomic
way and avoid unnecessary merge conflicts.

## Installation

### Homebrew
```
$ brew install marcaddeo/clsuite/cl
```

### Cargo

```
$ cargo install --git https://github.com/marcaddeo/cl
```
Expand All @@ -16,7 +24,7 @@ _More installation methods coming soon_

## Usage
```
cl 0.1.0
cl 0.2.0
Marc Addeo <[email protected]>
A command line tool for recording changes to be collected for use in a Keep A Changelog formatted CHANGELOG.md
Expand Down

0 comments on commit 308fadb

Please sign in to comment.