Skip to content

Commit

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

## v2.3.3 (24-Aug-2023)

- Fixed an issue where parameterized tests that contained a `.` character in their fully qualified name were not properly grouped in the test summary.

## v2.3.2 (01-Jun-2023)

- Changed the special character used to identify replacement tokens inside `annotations.titleFormat` and `annotations.messageFormat` from `$` to `@`. The previous character (`$`) had special meaning inside POSIX shells and required escaping, which resulted in non-uniform syntax across different platforms. The new character (`@`) does not require escaping. For backwards compatibility, the logger will still recognize the `$` character as a replacement token identifier, but it is recommended to switch to the new character (`@`) when possible.
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.3.2</Version>
<Version>2.3.3</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit d589590

Please sign in to comment.