Skip to content

Commit

Permalink
Prepare for 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Jun 23, 2020
1 parent 75db9fe commit 93f40aa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ file.

## [Unreleased]
### Added

### Changed

### Removed

# [0.13.4] - 2020-06-23
### Added
- Add `--cfg=tarpaulin` to `RUSTFLAGS` this allows users to use
`#[cfg(tarpaulin)]` and `#[cfg(not(tarpaulin))]`

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.3"
version = "0.13.4"
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.3
cargo-tarpaulin version: 0.13.4
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.3/cargo-tarpaulin-0.13.3-travis.tar.gz | tar xvz -C $HOME/.cargo/bin
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

0 comments on commit 93f40aa

Please sign in to comment.