Skip to content

Commit 79bb77c

Browse files
authored
update changelog + version (coverlet-coverage#1817)
1 parent 4492648 commit 79bb77c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Documentation/Changelog.md

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

88
## Unreleased
99

10+
## Release date 2026-02-15
11+
### Packages
12+
coverlet.msbuild 8.0.0
13+
coverlet.console 8.0.0
14+
coverlet.collector 8.0.0
15+
coverlet.MTP 8.0.0
16+
17+
**Special Thanks:** A huge thank you to [@Bertk](https://github.com/Bertk) for driving the majority of the work in this release! 🎉
18+
1019
### Fixed
1120
- Fix System.CommandLine 2.0 release is available [#1776](https://github.com/coverlet-coverage/coverlet/issues/1776)
1221
- Fix Excluding From Coverage bad defaults from given example [#1764](https://github.com/coverlet-coverage/coverlet/issues/1764)
1322
- Fix branchpoint exclusion for sdk 8.0.407 [#1741](https://github.com/coverlet-coverage/coverlet/issues/1741)
23+
- Fix missing copyright information in NuGet [#1794](https://github.com/coverlet-coverage/coverlet/issues/1794)
24+
- Fix bad default values in documentation [#1764](https://github.com/coverlet-coverage/coverlet/issues/1764) by <https://github.com/cboudereau>
1425

1526
### Improvements
1627

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

0 commit comments

Comments
 (0)