Skip to content

Commit

Permalink
Bump version (#1642)
Browse files Browse the repository at this point in the history
* bump version

* update change log
  • Loading branch information
daveMueller committed Mar 13, 2024
1 parent 04ba205 commit 67e37bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ReleasePlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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$"
],
Expand Down

0 comments on commit 67e37bb

Please sign in to comment.