Skip to content

Commit

Permalink
Prepare CHANGELOG for 0.8.0 release (#15)
Browse files Browse the repository at this point in the history
* Bump versions to 0.8.0

* Prepare CHANGELOG for 0.8.0 release
  • Loading branch information
marcaddeo authored Jul 10, 2020
1 parent fc04c24 commit 1d307f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.8.0] - 2020-07-10
### Added
- Add a subcommand to yank a specific release

Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation of `cl` binary

[Unreleased]: https://github.com/marcaddeo/cl/compare/0.7.0...HEAD
[Unreleased]: https://github.com/marcaddeo/cl/compare/0.8.0...HEAD
[0.8.0]: https://github.com/marcaddeo/cl/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/marcaddeo/cl/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/marcaddeo/cl/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/marcaddeo/cl/compare/0.4.0...0.5.0
Expand Down
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.7.0"
version = "0.8.0"
description = "A command line tool for recording changes to be collected for use in a Keep A Changelog formatted CHANGELOG.md"
keywords = ["changelog", "manager", "keepachangelog"]
categories = ["command-line-utilities", "development-tools", "text-processing"]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down

0 comments on commit 1d307f8

Please sign in to comment.