Skip to content

Commit aa1d224

Browse files
authored
remove current versions in release plan (#1623)
1 parent 440a26a commit aa1d224

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

Documentation/ReleasePlan.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,6 @@ We release 3 components as NuGet packages:
1919
**coverlet.console.nupkg**
2020
**coverlet.collector.nupkg**
2121

22-
### Current versions
23-
24-
| Package | Version |
25-
|:----------------------|:--------|
26-
|**coverlet.msbuild** | 6.0.0 |
27-
|**coverlet.console** | 6.0.0 |
28-
|**coverlet.collector** | 6.0.0 |
29-
30-
| Release Date | coverlet.msbuild | coverlet.console | coverlet.collector| commit hash | notes |
31-
| :-----------------|:-----------------|:------------------|:------------------|:-----------------------------------------|:-------------------------------|
32-
| 05 May 2023 | 6.0.0 | 6.0.0 | 6.0.0 | 3ad4fa1d5cd7ffe206c0cb9dc805ee6ca5a7b550 | Version aligned with github one|
33-
| 29 Oct 2022 | 3.2.0 | 3.2.0 | 3.2.0 | e2c9d84a84a9d2d240ac15feb70f9198c6f8e173 | |
34-
| 06 Feb 2022 | 3.1.2 | 3.1.2 | 3.1.2 | e335b1a8025e49e2f2de6b40ef12ec9d3ed11ceb | Fix CoreLib coverage issues |
35-
| 30 Jan 2022 | 3.1.1 | 3.1.1 | 3.1.1 | e4278c06faba63122a870df15a1a1b934f6bc81d | |
36-
| 19 July 2021 | 3.1.0 | 3.1.0 | 3.1.0 | 5a0ecc1e92fd754e2439dc3e4c828ff7386aa1a7 | Support for determistic build |
37-
| 21 February 2021 | 3.0.3 | 3.0.3 | 3.0.3 | adfabfd58de0aabe263e7d2080324e0b8541071e | Fix regressions |
38-
| 24 January 2021 | 3.0.2 | 3.0.2 | 3.0.2 | ed918515492193fd154b60270d440c40fa30fee9 | Fix regressions |
39-
| 16 January 2021 | 3.0.1 | 3.0.1 | 3.0.1 | 1b45fd89245369ae94407e7a77bdfee112042486 | Fix severe coverage regression |
40-
| 09 January 2021 | 3.0.0 | 3.0.0 | 3.0.0 | 1e77f9d2183a320e8991bfc296460e793301931f | Align versions numbers |
41-
| 30 May 2020 | 2.9.0 | 1.7.2 | 1.3.0 | 83a38d45b3f9c231d705bfed849efbf41b3aaa86 | deterministic build support |
42-
| 04 April 2020 | 2.8.1 | 1.7.1 | 1.2.1 | 3f81828821d07d756e02a4105b2533cedf0b543c | |
43-
| 03 January 2019 | 2.8.0 | 1.7.0 | 1.2.0 | 72a688f1c47fa92059540d5fbb1c4b0b4bf0dc8c | |
44-
| 23 September 2019 | 2.7.0 | 1.6.0 | 1.1.0 | 4ca01eb239038808739699470a61fad675af6c79 | |
45-
| 01 July 2019 | 2.6.3 | 1.5.3 | 1.0.1 | e1593359497fdfe6befbb86304b8f4e09a656d14 | |
46-
| 06 June 2019 | 2.6.2 | 1.5.2 | 1.0.0 | 3e7eac9df094c22335711a298d359890aed582e8 | first collector release |
47-
48-
To get the list of commits between two version use git command
49-
50-
```bash
51-
git log --oneline hashbefore currenthash
52-
```
53-
5422
## How to manually compare latest release with nightly build
5523

5624
Before creating a new release it makes sense to test the new release against a benchmark repository. This can help to determine bugs that haven't been found

0 commit comments

Comments
 (0)