From df968b862687aeb9ac86ae47938da04d95c10452 Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Sun, 30 Jan 2022 12:10:46 +0100 Subject: [PATCH] Bump versions, update docs after release(#1282) Bump versions, update docs after release --- Documentation/Changelog.md | 6 +++++- Documentation/ReleasePlan.md | 7 ++++--- version.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index ec122920d..c9ffe9323 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -4,7 +4,11 @@ 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). -## Unreleased +## Release date 2022-01-30 +### Packages +coverlet.msbuild 3.1.1 +coverlet.console 3.1.1 +coverlet.collector 3.1.1 ### Fixed -Fix wrong branch coverage with EnumeratorCancellation attribute [#1275](https://github.com/coverlet-coverage/coverlet/issues/1275) diff --git a/Documentation/ReleasePlan.md b/Documentation/ReleasePlan.md index a58f230cf..da7b5db46 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.1.0 | -|**coverlet.console** | 3.1.0 | -|**coverlet.collector** | 3.1.0 | +|**coverlet.msbuild** | 3.1.1 | +|**coverlet.console** | 3.1.1 | +|**coverlet.collector** | 3.1.1 | | Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes | | :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------| +| 30 Jan 2022 | 3.1.1 | 3.1.1 | 3.1.1 | e4278c06faba63122a870df15a1a1b934f6bc81d | | | 19 July 2021 | 3.1.0 | 3.1.0 | 3.1.0 | 5a0ecc1e92fd754e2439dc3e4c828ff7386aa1a7 | Support for determistic build | | 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 | diff --git a/version.json b/version.json index 8f708dcfe..9591bc471 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.1.1", + "version": "3.1.2-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$" ],