diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 9cd1203ba..f18a95d0e 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Release date 2024-03-13 +### Packages +coverlet.msbuild 6.0.2 +coverlet.console 6.0.2 +coverlet.collector 6.0.2 + ### Fixed - Threshold-stat triggers error [#1634](/~https://github.com/coverlet-coverage/coverlet/issues/1634) - Fixed coverlet collector 6.0.1 requires dotnet sdk 8 [#1625](/~https://github.com/coverlet-coverage/coverlet/issues/1625) diff --git a/Documentation/ReleasePlan.md b/Documentation/ReleasePlan.md index 22ff83dcd..42a87f13a 100644 --- a/Documentation/ReleasePlan.md +++ b/Documentation/ReleasePlan.md @@ -2,7 +2,7 @@ ## Versioning strategy -Coverlet is versioned with Semantic Versioning [6.0.0](https://semver.org/#semantic-versioning-200) that states: +Coverlet is versioned with Semantic Versioning [2.0.0](https://semver.org/#semantic-versioning-200) that states: ```text Given a version number MAJOR.MINOR.PATCH, increment the: diff --git a/version.json b/version.json index 934880ede..b702eb610 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": "6.0.2", + "version": "6.0.3-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$" ],