Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed May 12, 2020
1 parent e047770 commit 770fa90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
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).

### [0.1.6] - 2020-05-12

### Fixed

- Compatibility with grcov v0.5.14 (#70)

### [0.1.5] - 2020-02-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-grcov",
"version": "0.1.5",
"version": "0.1.6",
"private": false,
"description": "Collect and aggregate code coverage information with the Mozilla grcov tool",
"main": "lib/main.js",
Expand Down

0 comments on commit 770fa90

Please sign in to comment.