Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## Release date 2021-02-21
### Packages
coverlet.msbuild 3.0.3
coverlet.console 3.0.3
coverlet.collector 3.0.3

### Fixed

-Fix code coverage stops working if assembly contains source generators generated file [#1091](https://github.com/coverlet-coverage/coverlet/pull/1091)

## Release date 2021-01-24
### Packages
coverlet.msbuild 3.0.2
Expand Down
7 changes: 4 additions & 3 deletions Documentation/ReleasePlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ We release 3 components as NuGet packages:

| Package | Version |
|:----------------------|:--------|
|**coverlet.msbuild** | 3.0.2 |
|**coverlet.console** | 3.0.2 |
|**coverlet.collector** | 3.0.2 |
|**coverlet.msbuild** | 3.0.3 |
|**coverlet.console** | 3.0.3 |
|**coverlet.collector** | 3.0.3 |


| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
| :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------|
| 21 February 2021 | 3.0.3 | 3.0.3 | 3.0.3 | adfabfd58de0aabe263e7d2080324e0b8541071e | Fix regressions |
| 24 January 2021 | 3.0.2 | 3.0.2 | 3.0.2 | ed918515492193fd154b60270d440c40fa30fee9 | Fix regressions |
| 16 January 2021 | 3.0.1 | 3.0.1 | 3.0.1 | 1b45fd89245369ae94407e7a77bdfee112042486 | Fix severe coverage regression |
| 09 January 2021 | 3.0.0 | 3.0.0 | 3.0.0 | 1e77f9d2183a320e8991bfc296460e793301931f | Align versions numbers |
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.0.3",
"version": "3.0.4-preview.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$"
],
Expand Down