Skip to content

Commit

Permalink
Update README and changes for release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Dec 15, 2023
1 parent e46c620 commit b48e613
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.0](https://github.com/porscheinformatik/sonarqube-licensecheck/compare/v5.1.0...v5.1.1) - Unreleased
## [6.0.0](https://github.com/porscheinformatik/sonarqube-licensecheck/compare/v5.1.1...v6.0.0) - 2023-12-15

### BREAKING CHANGES

Expand All @@ -15,8 +15,13 @@ This version is not compatible with SonarQube < 9.5

- Compatibility with Sonar 10.x (#375)
- Support for Scala (#352)
- Feature to import SPDX license list (fa68e04)
- Resolve node_modules relative to package.json #380
- Feature to import SPDX license list (fa68e04422bdd12d05e78c72ee0a49224f6b8741)
- Resolve node_modules relative to package.json (#380)
- Make report path configurable in Gradle scanner (#397)

Other Changes:
- Use Prettier for code formatting #399


## [5.1.1](https://github.com/porscheinformatik/sonarqube-licensecheck/compare/v5.1.0...v5.1.1) - 2022-11-04

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ The plugin contains a project dashboard showing a list of dependencies with vers

This plugin is compatible:

- 6.x version with 9 LTS (>= 9.5) and 10.x
- 5.x version with 8.9 LTS and < 10 (9.x is compatible)
- 4.x version with SonarQube 8.x
- 3.x version with SonarQube >= 7.9 LTS and < 8.
- 2.x version with SonarQube >= 6.5 and < 7.
- 1.x versions with SonarQube >= 5.3 and < 6.

For all changes see [CHANGELOG.md](CHANGELOG.md)

Expand Down

0 comments on commit b48e613

Please sign in to comment.