Skip to content

Commit 963469a

Browse files
Bump version (#1094)
Bump version
1 parent adfabfd commit 963469a

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Documentation/Changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Release date 2021-02-21
8+
### Packages
9+
coverlet.msbuild 3.0.3
10+
coverlet.console 3.0.3
11+
coverlet.collector 3.0.3
12+
13+
### Fixed
14+
15+
-Fix code coverage stops working if assembly contains source generators generated file [#1091](https://github.com/coverlet-coverage/coverlet/pull/1091)
16+
717
## Release date 2021-01-24
818
### Packages
919
coverlet.msbuild 3.0.2

Documentation/ReleasePlan.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ We release 3 components as NuGet packages:
2323

2424
| Package | Version |
2525
|:----------------------|:--------|
26-
|**coverlet.msbuild** | 3.0.2 |
27-
|**coverlet.console** | 3.0.2 |
28-
|**coverlet.collector** | 3.0.2 |
26+
|**coverlet.msbuild** | 3.0.3 |
27+
|**coverlet.console** | 3.0.3 |
28+
|**coverlet.collector** | 3.0.3 |
2929

3030

3131
| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
3232
| :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------|
33+
| 21 February 2021 | 3.0.3 | 3.0.3 | 3.0.3 | adfabfd58de0aabe263e7d2080324e0b8541071e | Fix regressions |
3334
| 24 January 2021 | 3.0.2 | 3.0.2 | 3.0.2 | ed918515492193fd154b60270d440c40fa30fee9 | Fix regressions |
3435
| 16 January 2021 | 3.0.1 | 3.0.1 | 3.0.1 | 1b45fd89245369ae94407e7a77bdfee112042486 | Fix severe coverage regression |
3536
| 09 January 2021 | 3.0.0 | 3.0.0 | 3.0.0 | 1e77f9d2183a320e8991bfc296460e793301931f | Align versions numbers |

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.0.3",
3+
"version": "3.0.4-preview.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
],

0 commit comments

Comments
 (0)