Skip to content

Commit

Permalink
Prepare for 0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Jun 25, 2020
1 parent 5bd5e76 commit 4cca612
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
From 2019 onwards, all notable changes to tarpaulin will be documented in this
file.

## [Unreleased]
## [0.14.0] - 2020-06-25
### Added
- Filtering for `cfg(not(tarpaulin_include))`
- Filtering for `cfg(not(tarpaulin_include))` also adding `--cfg=tarpaulin` to default config
- Support for tool attribute `#[tarpaulin::skip]`

### Changed
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 = "cargo-tarpaulin"
version = "0.13.4"
version = "0.14.0"
authors = ["Daniel McKenna <[email protected]>"]
description = "Cargo-Tarpaulin is a tool to determine code coverage achieved via tests"
repository = "https://github.com/xd009642/tarpaulin"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Below is the help-text for a thorough explanation of the flags and features
available:

```bash
cargo-tarpaulin version: 0.13.4
cargo-tarpaulin version: 0.14.0
Tool to analyse test coverage of cargo projects

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion travis-install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.13.4/cargo-tarpaulin-0.13.4-travis.tar.gz | tar xvz -C $HOME/.cargo/bin
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.14.0/cargo-tarpaulin-0.14.0-travis.tar.gz | tar xvz -C $HOME/.cargo/bin

0 comments on commit 4cca612

Please sign in to comment.