Skip to content

Commit

Permalink
Prepare 7.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Sep 28, 2022
1 parent d0d767e commit de76a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=7.2-SNAPSHOT
version=7.1.1-SNAPSHOT
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512M
sonarlintCoreVersion=8.8.1.54103
intellijBuildVersion=IC-2020.3.4
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

<change-notes><![CDATA[
<ul>
<li>7.1.1 - Fix security issue when opening a hotspot from SonarQube.</li>
<li>7.1 - Support analysis of Kotlin 1.7.10. 8 new rules around unit tests for Python. Support analysis of PHP 8.2. Support analysis of TypeScript 4.8. Remove support for Node.JS 12 and deprecate support for Node.JS 14. Add 7 rules for React. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>7.0 - Reworked connected mode storage. Auto-sync of issues with SonarQube 9.6+.</li>
<li>6.8 - Use embedded JS/TS/HTML/Kotlin/Ruby/XML analyzer even in connected mode. Introduce quick fixes for 7 Python rules. 15 new rules for Java (6 for regular expressions, 7 for AWS Cloud functions). 5 new rules for JS/TS. Add support for TypeScript 4.7. 3 new rules for C/C++. Add support for Ruby 3.1. New and improved C# rules. Support for C# 10. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down

0 comments on commit de76a5b

Please sign in to comment.