diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0406ae4b..d1cbc901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,6 @@ jobs: SONAR_PLUGIN_API_VERSION: 6.7.7 SONAR_JAVA_VERSION: 7.13.0.29990 SONAR_SERVER_JAVA_VERSION: 17 - # newest version - SONAR_SERVER_VERSION: 10.0.0 SONAR_WS_VERSION: 8.9.9.56886 SONAR_PLUGIN_API_VERSION: 6.7.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7ba82d..6271b2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2] + ### Added - Added support to exclude specific import namespaces on the `UnnecessaryImportRule` ([#55](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/88)). @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed NPE on UnnecessaryImportRule [(#31)](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/31). - Fixed NPE on InternalImportsRule [(#29)](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/29); -[Unreleased]: https://github.com/FRI-DAY/sonar-gosu-plugin/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/FRI-DAY/sonar-gosu-plugin/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/FRI-DAY/sonar-gosu-plugin/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/FRI-DAY/sonar-gosu-plugin/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/FRI-DAY/sonar-gosu-plugin/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/FRI-DAY/sonar-gosu-plugin/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index f94ad56b..30b03b5d 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Please find below the compatibility matrix of the plugin: | SonarQube Version | Plugin Version | |-------------------|------------------------------| | v8.9 | [1.0.0, 1.1.0, 1.2.0, 1.2.1] | -| v9+ | [1.2.1] | +| v9+ | [1.2.1, 1.2.2] | ## Installation ### Sonarqube Marketplace -Not yet available. +Available in the marketplace since v1.2.1. ### Sonarqube On-premise diff --git a/gradle.properties b/gradle.properties index d030e71d..a95809fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.2.2-SNAPSHOT +version=1.2.2 description=Gosu Programming Language Plugin for SonarQube. projectTitle=SonarQube Gosu Plugin