Skip to content

Commit

Permalink
Release 0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 12, 2021
1 parent 9ba2031 commit ab9829e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.1.0-alpha.2] - 2021-02-12

- [Add `--text` option to output full report in plain text.](https://github.com/taiki-e/cargo-llvm-cov/pull/3)

## [0.1.0-alpha.1] - 2021-01-23

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.1.0-alpha.1...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.1.0-alpha.2...HEAD
[0.1.0-alpha.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.1.0-alpha.1...v0.1.0-alpha.2
[0.1.0-alpha.1]: https://github.com/taiki-e/cargo-llvm-cov/releases/tag/v0.1.0-alpha.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-llvm-cov"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Taiki Endo <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A wrapper for [source based code coverage (-Zinstrument-coverage)][source-based-
## Installation

```sh
cargo install cargo-llvm-cov --version 0.1.0-alpha.1
cargo install cargo-llvm-cov --version 0.1.0-alpha.2

cargo install cargo-binutils

Expand Down

0 comments on commit ab9829e

Please sign in to comment.