Release v1.0.0 #2

Merged
Rene Nochebuena merged 11 commits from release/v1.0.0 into main 2025-04-10 18:30:35 -06:00
Showing only changes of commit b66a17197e - Show all commits

View File

@ -5,4 +5,6 @@ sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=test-report.out
sonar.go.coverage.reportPaths=coverage.out
sonar.qualitygate.wait=true