Skip to content

Commit deedfa9

Browse files
authored
Prepare CHANGELOG for 0.8.1 release (#21)
1 parent 8c69810 commit deedfa9

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.8.1] - 2020-10-16
810
### Changed
911
- Bump err-derive from 0.1.6 to 0.2.4
1012

13+
### Fixed
14+
- Fix error when installing via `cargo install`
15+
1116
## [0.8.0] - 2020-07-28
1217
### Added
1318
- Add some setters and mut getters for the Release and Changelog structs
@@ -64,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6469
### Added
6570
- Initial implementation of `clparse` library and binary
6671

67-
[Unreleased]: https://github.com/marcaddeo/clparse/compare/0.8.0...HEAD
72+
[Unreleased]: https://github.com/marcaddeo/clparse/compare/0.8.1...HEAD
73+
[0.8.1]: https://github.com/marcaddeo/clparse/compare/0.8.0...0.8.1
6874
[0.8.0]: https://github.com/marcaddeo/clparse/compare/0.7.0...0.8.0
6975
[0.7.0]: https://github.com/marcaddeo/clparse/compare/0.6.0...0.7.0
7076
[0.6.0]: https://github.com/marcaddeo/clparse/compare/0.5.0...0.6.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clparse"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format."
55
keywords = ["changelog", "parser", "keepachangelog"]
66
categories = ["command-line-utilities", "development-tools", "text-processing"]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ $ brew install marcaddeo/clsuite/clparse
1212

1313
### Debian
1414
```
15-
$ curl -LO https://github.com/marcaddeo/clparse/releases/download/0.8.0/clparse_0.8.0_amd64.deb
16-
$ sudo dpkg -i clparse_0.8.0_amd64.deb
15+
$ curl -LO https://github.com/marcaddeo/clparse/releases/download/0.8.1/clparse_0.8.1_amd64.deb
16+
$ sudo dpkg -i clparse_0.8.1_amd64.deb
1717
```
1818

1919
### Linux
2020
```
21-
$ curl -LO https://github.com/marcaddeo/clparse/releases/download/0.8.0/clparse-0.8.0-x86_64-unknown-linux-musl.tar.gz
22-
$ tar czvf clparse-0.8.0-x86_64-unknown-linux-musl.tar.gz
21+
$ curl -LO https://github.com/marcaddeo/clparse/releases/download/0.8.1/clparse-0.8.1-x86_64-unknown-linux-musl.tar.gz
22+
$ tar czvf clparse-0.8.1-x86_64-unknown-linux-musl.tar.gz
2323
$ sudo mv clparse /usr/local/bin/clparse
2424
```
2525

@@ -30,7 +30,7 @@ $ cargo install clparse
3030

3131
## Usage
3232
```
33-
clparse 0.8.0
33+
clparse 0.8.1
3434
Marc Addeo <hi@marc.cx>
3535
A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format.
3636

0 commit comments

Comments
 (0)