From 963469a8579b00fd1021023ea8871f5c12ab2382 Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Sun, 21 Feb 2021 14:00:25 +0100 Subject: [PATCH] Bump version (#1094) Bump version --- Documentation/Changelog.md | 10 ++++++++++ Documentation/ReleasePlan.md | 7 ++++--- version.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 66868c027..b2bd3de18 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -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 diff --git a/Documentation/ReleasePlan.md b/Documentation/ReleasePlan.md index 75c1dc809..ebb344584 100644 --- a/Documentation/ReleasePlan.md +++ b/Documentation/ReleasePlan.md @@ -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 | diff --git a/version.json b/version.json index ac32038a1..afc6d0296 100644 --- a/version.json +++ b/version.json @@ -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$" ],