Skip to content

Commit

Permalink
chore: prepare release v1.2.2 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
josimar-silva authored Jan 12, 2024
1 parent a2b9e65 commit 2c60387
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.2.2-SNAPSHOT
version=1.2.2
description=Gosu Programming Language Plugin for SonarQube.
projectTitle=SonarQube Gosu Plugin

Expand Down

0 comments on commit 2c60387

Please sign in to comment.