Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 9, 2023
1 parent 9f2fc1c commit 7ffc2b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.1 (09-May-2023)

- Added `summary.includePassedTests` and `summary.includeSkippedTests` options to extend the test summary with the list of passed and skipped tests, respectively. These options are set to `false` by default to match the previous behavior.
- Fixed an issue where the test summary had invalid links to test definitions when running with `ContinuousIntegrationBuild` MSBuild property enabled.

## v2.0.2 (27-Apr-2023)

- Improved execution performance of the logger when running multiple test suites in parallel.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.0.2</Version>
<Version>2.1</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 7ffc2b0

Please sign in to comment.