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 8fad79b823 - Show all commits

View File

@ -4,4 +4,5 @@ sonar.language=go
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.inclusions=**/*_test.go
sonar.qualitygate.wait=true