From f0a997610dc8ebe7cd664554441974ed56af1631 Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Wed, 19 Feb 2025 13:05:28 +0100 Subject: [PATCH] Update Changelog for 3.8.2 --- docs/Changelog-Platform.md | 21 +++++++++++++++++++++ docs/Changelog.md | 23 +++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md index 59c355f151..865d58839a 100644 --- a/docs/Changelog-Platform.md +++ b/docs/Changelog-Platform.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) +## [1.6.2] - 2025-02-19 + +See full log [here](https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2) + +### Fixed + +* Handle if RootNamespace contains invalid identifier characters by @Youssef1313 in [#5069](https://github.com/microsoft/testfx/pull/5069) + +### Artifacts + +* Microsoft.Testing.Extensions.CrashDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2) +* Microsoft.Testing.Extensions.HangDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2) +* Microsoft.Testing.Extensions.HotReload: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2) +* Microsoft.Testing.Extensions.Retry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2) +* Microsoft.Testing.Extensions.Telemetry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.6.2) +* Microsoft.Testing.Extensions.TrxReport: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2) +* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.6.2) +* Microsoft.Testing.Extensions.VSTestBridge: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.6.2) +* Microsoft.Testing.Platform: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.6.2) +* Microsoft.Testing.Platform.MSBuild: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.6.2) + ## [1.6.1] - 2025-02-18 See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1) diff --git a/docs/Changelog.md b/docs/Changelog.md index 89ee2c2530..1f29b26a56 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) +## [3.8.2] - 2025-02-19 + +See full log [here](https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2) + +### Fixed + +* Fix ClassCleanup not called when the first test in class is ignored by @Youssef1313 in [#5071](https://github.com/microsoft/testfx/pull/5071) + +### Artifacts + +* MSTest: [3.8.2](https://www.nuget.org/packages/MSTest/3.8.2) +* MSTest.TestFramework: [3.8.2](https://www.nuget.org/packages/MSTest.TestFramework/3.8.2) +* MSTest.TestAdapter: [3.8.2](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.2) +* MSTest.Analyzers: [3.8.2](https://www.nuget.org/packages/MSTest.Analyzers/3.8.2) +* MSTest.Sdk: [3.8.2](https://www.nuget.org/packages/MSTest.Sdk/3.8.2) +* Microsoft.Testing.Extensions.CrashDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2) +* Microsoft.Testing.Extensions.HangDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2) +* Microsoft.Testing.Extensions.HotReload: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2) +* Microsoft.Testing.Extensions.Retry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2) +* Microsoft.Testing.Extensions.TrxReport: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2) +* MSTest.SourceGeneration: [1.0.0-alpha.25119.7](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25119.7) +* MSTest.Engine: [1.0.0-alpha.25119.7](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25119.7) + ## [3.8.1] - 2025-02-18 See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1)