Skip to content

Commit 67e37bb

Browse files
authored
Bump version (#1642)
* bump version * update change log
1 parent 04ba205 commit 67e37bb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Documentation/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## Release date 2024-03-13
10+
### Packages
11+
coverlet.msbuild 6.0.2
12+
coverlet.console 6.0.2
13+
coverlet.collector 6.0.2
14+
915
### Fixed
1016
- Threshold-stat triggers error [#1634](https://github.com/coverlet-coverage/coverlet/issues/1634)
1117
- Fixed coverlet collector 6.0.1 requires dotnet sdk 8 [#1625](https://github.com/coverlet-coverage/coverlet/issues/1625)

Documentation/ReleasePlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Versioning strategy
44

5-
Coverlet is versioned with Semantic Versioning [6.0.0](https://semver.org/#semantic-versioning-200) that states:
5+
Coverlet is versioned with Semantic Versioning [2.0.0](https://semver.org/#semantic-versioning-200) that states:
66

77
```text
88
Given a version number MAJOR.MINOR.PATCH, increment the:

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

0 commit comments

Comments
 (0)