Skip to content

Commit 64aefa2

Browse files
Bump versions (#1035)
Bump versions after release
1 parent 1e77f9d commit 64aefa2

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

Documentation/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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-
## [Unreleased]
7+
## Release date 2021-01-09
8+
### Packages
9+
coverlet.msbuild 3.0.0
10+
coverlet.console 3.0.0
11+
coverlet.collector 3.0.0
812

913
### Fixed
1014
-Attribute exclusion does not work if attribute name does not end with "Attribute" [#884](https://github.com/coverlet-coverage/coverlet/pull/884) by https://github.com/bddckr

Documentation/ReleasePlan.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ We plan 1 release [once per quarter](https://en.wikipedia.org/wiki/Calendar_year
2828

2929
| Package | Version |
3030
|:----------------------|:--------|
31-
|**coverlet.msbuild** | 2.9.0 |
32-
|**coverlet.console** | 1.7.2 |
33-
|**coverlet.collector** | 1.3.0 |
31+
|**coverlet.msbuild** | 3.0.0 |
32+
|**coverlet.console** | 3.0.0 |
33+
|**coverlet.collector** | 3.0.0 |
3434

3535
### Proposed next versions
3636

@@ -40,15 +40,15 @@ We bump version based on Semantic Versioning 2.0.0 spec:
4040
1. If we do breaking changes on **coverlet.core.dll** we bump MAJOR version of all packages.
4141
1. We MANUALLY bump versions on production release, so we have different release plan between prod and nigntly packages.
4242

43-
| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector | commit hash| notes |
44-
| :-------------- |:--------------|:--------------|:--------------|:--------------|:--------------|
45-
| <1 Jul 2020> | 3.0.0 | 3.0.0 | 3.0.0 | | Align versions
46-
| 30 May 2020 | 2.9.0 | 1.7.2 | 1.3.0 | 83a38d45b3f9c231d705bfed849efbf41b3aaa86 | deterministic build support
47-
| 04 April 2020 | 2.8.1 | 1.7.1 | 1.2.1 | 3f81828821d07d756e02a4105b2533cedf0b543c
48-
| 03 January 2019 | 2.8.0 | 1.7.0 | 1.2.0 | 72a688f1c47fa92059540d5fbb1c4b0b4bf0dc8c | |
49-
| 23 September 2019 | 2.7.0 | 1.6.0 | 1.1.0 | 4ca01eb239038808739699470a61fad675af6c79 | |
50-
| 01 July 2019 | 2.6.3 | 1.5.3 | 1.0.1 | e1593359497fdfe6befbb86304b8f4e09a656d14 | |
51-
| 06 June 2019 | 2.6.2 | 1.5.2 | 1.0.0 | 3e7eac9df094c22335711a298d359890aed582e8 | first collector release |
43+
| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
44+
| :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:----------------------------|
45+
| 09 January 2021 | 3.0.0 | 3.0.0 | 3.0.0 | 1e77f9d2183a320e8991bfc296460e793301931f | Align versions numbers |
46+
| 30 May 2020 | 2.9.0 | 1.7.2 | 1.3.0 | 83a38d45b3f9c231d705bfed849efbf41b3aaa86 | deterministic build support |
47+
| 04 April 2020 | 2.8.1 | 1.7.1 | 1.2.1 | 3f81828821d07d756e02a4105b2533cedf0b543c | |
48+
| 03 January 2019 | 2.8.0 | 1.7.0 | 1.2.0 | 72a688f1c47fa92059540d5fbb1c4b0b4bf0dc8c | |
49+
| 23 September 2019 | 2.7.0 | 1.6.0 | 1.1.0 | 4ca01eb239038808739699470a61fad675af6c79 | |
50+
| 01 July 2019 | 2.6.3 | 1.5.3 | 1.0.1 | e1593359497fdfe6befbb86304b8f4e09a656d14 | |
51+
| 06 June 2019 | 2.6.2 | 1.5.2 | 1.0.0 | 3e7eac9df094c22335711a298d359890aed582e8 | first collector release |
5252

5353
*< date > Expected next release date
5454

version.json

Lines changed: 1 addition & 1 deletion
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.0",
3+
"version": "3.0.1-preview.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
],

0 commit comments

Comments
 (0)