From ee98199ea7236f13c344ec9897bbff70a6295ee9 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 23 Feb 2025 20:04:15 +0100 Subject: [PATCH] Release 4.13.1 (#1629) --- ChangeLog.md | 5 ++++- src/VisualStudioCode/package/CHANGELOG.md | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5d75141f4b..c1ebf472f8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.13.1] - 2025-02-23 + ### Added - Support custom path of a test file ([PR](https://github.com/dotnet/roslynator/pull/1609)) - - It's possible to specify a directory path and/or a file name. + - It's possible to specify a directory path and/or a file name of a test file. + - Applies to testing library (Roslynator.Testing.*). ## [4.13.0] - 2025-02-09 diff --git a/src/VisualStudioCode/package/CHANGELOG.md b/src/VisualStudioCode/package/CHANGELOG.md index e260919f65..0dd4c5eedb 100644 --- a/src/VisualStudioCode/package/CHANGELOG.md +++ b/src/VisualStudioCode/package/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.13.1] - 2025-02-23 + +### Added + +- Support custom path of a test file ([PR](https://github.com/dotnet/roslynator/pull/1609)) + - It's possible to specify a directory path and/or a file name of a test file. + - Applies to testing library (Roslynator.Testing.*). + ## [4.13.0] - 2025-02-09 ### Fixed