From fae5959fa7e33b1faf68cd43c485d4b8c43f7f2a Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 14 Apr 2026 10:35:06 +0000
Subject: [PATCH] Bump version to 0.6.0 and update release notes
Agent-Logs-Url: https://github.com/304NotModified/SLNX-validator/sessions/f1c43fec-882d-40c5-92fa-cf709dd2529b
Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
---
src/SLNX-validator/SLNX-validator.csproj | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/SLNX-validator/SLNX-validator.csproj b/src/SLNX-validator/SLNX-validator.csproj
index eab6c7b..5b18173 100644
--- a/src/SLNX-validator/SLNX-validator.csproj
+++ b/src/SLNX-validator/SLNX-validator.csproj
@@ -13,10 +13,12 @@
True
packageIcon.png
- 0.5.0
+ 0.6.0
-* feat: log SQ report file path and size to console after generation in https://github.com/304NotModified/SLNX-validator/pull/47
-* chore: change SonarQube impact severity from HIGH to MEDIUM by in https://github.com/304NotModified/SLNX-validator/pull/49
+* feat: Add SARIF 2.1.0 report output in https://github.com/304NotModified/SLNX-validator/pull/56
+* feat: Add CLI severity override flags (--blocker, --critical, --major, --minor, --info, --ignore) in https://github.com/304NotModified/SLNX-validator/pull/45
+* fix: IsFailingError respects default rule severity instead of always returning true in https://github.com/304NotModified/SLNX-validator/pull/66
+* fix: Eliminate duplicate paths in SonarQube report output in https://github.com/304NotModified/SLNX-validator/pull/55