Skip to content

Commit 1e74dd4

Browse files
Bump versions (#1294)
Bump versions
1 parent e335b1a commit 1e74dd4

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Diff for: 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 2022-02-06
8+
### Packages
9+
coverlet.msbuild 3.1.2
10+
coverlet.console 3.1.2
11+
coverlet.collector 3.1.2
12+
13+
### Fixed
14+
-Fix CoreLib's coverage measurement is broken [#1286](https://github.com/coverlet-coverage/coverlet/pull/1286)
15+
-Fix UnloadModule injection [1291](https://github.com/coverlet-coverage/coverlet/pull/1291)
16+
717
## Release date 2022-01-30
818
### Packages
919
coverlet.msbuild 3.1.1

Diff for: 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.1.1 |
27-
|**coverlet.console** | 3.1.1 |
28-
|**coverlet.collector** | 3.1.1 |
26+
|**coverlet.msbuild** | 3.1.2 |
27+
|**coverlet.console** | 3.1.2 |
28+
|**coverlet.collector** | 3.1.2 |
2929

3030

3131
| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
3232
| :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------|
33+
| 06 Feb 2022 | 3.1.2 | 3.1.2 | 3.1.2 | e335b1a8025e49e2f2de6b40ef12ec9d3ed11ceb | Fix CoreLib coverage issues |
3334
| 30 Jan 2022 | 3.1.1 | 3.1.1 | 3.1.1 | e4278c06faba63122a870df15a1a1b934f6bc81d | |
3435
| 19 July 2021 | 3.1.0 | 3.1.0 | 3.1.0 | 5a0ecc1e92fd754e2439dc3e4c828ff7386aa1a7 | Support for determistic build |
3536
| 21 February 2021 | 3.0.3 | 3.0.3 | 3.0.3 | adfabfd58de0aabe263e7d2080324e0b8541071e | Fix regressions |

Diff for: 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.1.2",
3+
"version": "3.1.3-preview.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
],

0 commit comments

Comments
 (0)