Skip to content

Commit f006c9a

Browse files
authored
Update 3.5 docs (#1420)
* Update 3.5 docs * Bump versions
1 parent ca4eb8a commit f006c9a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/what-is-new.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 3.5
2+
3+
* Many performance and robustness improvements
4+
* `sonar-audit` improvements
5+
* Output audit problems on the fly #1395
6+
* Several fixes:
7+
* #1417
8+
* #1415
9+
* #1411
10+
* #1386
11+
* `sonar-config` fix #1326
12+
* Include **dart** and **ipython** as built-in languages since they were introduced in SonarQube 10.7
13+
* Display HTTP requests durations in logs
14+
115
# Version 3.4.2
216

317
- Hotfix: Fix crash `sonar-audit` when SonarQube version is neither LTA nor Latest: [Issue #1386](https://github.com/okorach/sonar-tools/issues/1386)

sonar/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
2525
"""
2626

27-
PACKAGE_VERSION = "3.5"
28-
MIGRATION_TOOL_VERSION = "0.4"
27+
PACKAGE_VERSION = "3.6"
28+
MIGRATION_TOOL_VERSION = "0.5"

0 commit comments

Comments
 (0)