Skip to content

Commit

Permalink
Prepare CHANGELOG for 0.9.0 release (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaddeo authored Jul 28, 2020
1 parent b6a32ac commit 23e10f9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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.9.0] - 2020-07-28
### Added
- Add an aggregate subcommand to aggregate change entries into the CHANGELOG.md
file
Expand Down Expand Up @@ -68,7 +70,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.8.0...HEAD
[Unreleased]: https://github.com/marcaddeo/cl/compare/0.9.0...HEAD
[0.9.0]: https://github.com/marcaddeo/cl/compare/0.8.0...0.9.0
[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
Expand Down
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.8.0"
version = "0.9.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.8.0/cl_0.8.0_amd64.deb
$ sudo dpkg -i cl_0.8.0_amd64.deb
$ curl -LO https://github.com/marcaddeo/cl/releases/download/0.9.0/cl_0.9.0_amd64.deb
$ sudo dpkg -i cl_0.9.0_amd64.deb
```

### Linux
```
$ 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
$ curl -LO https://github.com/marcaddeo/cl/releases/download/0.9.0/cl-0.9.0-x86_64-unknown-linux-musl.tar.gz
$ tar czvf cl-0.9.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.8.0
cl 0.9.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 23e10f9

Please sign in to comment.