-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare CHANGELOG for 0.8.0 release (#15)
* Bump versions to 0.8.0 * Prepare CHANGELOG for 0.8.0 release
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,14 @@ $ brew install marcaddeo/clsuite/cl | |
|
||
## Debian | ||
``` | ||
$ curl -LO https://github.com/marcaddeo/cl/releases/download/0.7.0/cl_0.7.0_amd64.deb | ||
$ sudo dpkg -i cl_0.7.0_amd64.deb | ||
$ curl -LO https://github.com/marcaddeo/cl/releases/download/0.8.0/cl_0.8.0_amd64.deb | ||
$ sudo dpkg -i cl_0.8.0_amd64.deb | ||
``` | ||
|
||
### Linux | ||
``` | ||
$ curl -LO https://github.com/marcaddeo/cl/releases/download/0.7.0/cl-0.7.0-x86_64-unknown-linux-musl.tar.gz | ||
$ tar czvf cl-0.7.0-x86_64-unknown-linux-musl.tar.gz | ||
$ curl -LO https://github.com/marcaddeo/cl/releases/download/0.8.0/cl-0.8.0-x86_64-unknown-linux-musl.tar.gz | ||
$ tar czvf cl-0.8.0-x86_64-unknown-linux-musl.tar.gz | ||
$ sudo mv cl /usr/local/bin/cl | ||
``` | ||
|
||
|
@@ -35,7 +35,7 @@ $ cargo install cl | |
|
||
## Usage | ||
``` | ||
cl 0.7.0 | ||
cl 0.8.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 | ||
|