Commit 00919dd Gilles Grousset
committed May 16, 2024 · 2 / 2
1 parent bd2e954 commit 00919dd Copy full SHA for 00919dd
File tree 4 files changed +22
-5
lines changed
4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
#### Bug Fixes
18
18
19
+ - None.
20
+
21
+ ## 0.5.1
22
+
23
+ #### Breaking
24
+
25
+ - None.
26
+
27
+ #### Experimental
28
+
29
+ - None.
30
+
31
+ #### Enhancements
32
+
33
+ - Analyzer rules update (1 added)
34
+
35
+ #### Bug Fixes
36
+
19
37
- [ #177 ] ( https://github.com/insideapp-oss/sonar-flutter/issues/177 ) analyzer execution fails when errors detected.
20
38
- [ #212 ] ( https://github.com/insideapp-oss/sonar-flutter/issues/212 ) source file not indexed with SonarQube 10.4+
21
39
- [ PR #201 ] ( https://github.com/insideapp-oss/sonar-flutter/pull/201 ) bump snakeyaml and jackson-databind to latest versions
22
40
- Updated Apache Ivy to 2.5.2
23
- - Analyzer rules update (1 added)
24
41
25
42
## 0.5.0
26
43
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >sonar-flutter</artifactId >
5
5
<groupId >fr.insideapp.sonarqube</groupId >
6
- <version >0.5.1 -SNAPSHOT</version >
6
+ <version >0.5.2 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >fr.insideapp.sonarqube</groupId >
6
6
<artifactId >sonar-flutter</artifactId >
7
- <version >0.5.1 -SNAPSHOT</version >
7
+ <version >0.5.2 -SNAPSHOT</version >
8
8
9
9
<packaging >pom</packaging >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >sonar-flutter</artifactId >
6
6
<groupId >fr.insideapp.sonarqube</groupId >
7
- <version >0.5.1 -SNAPSHOT</version >
7
+ <version >0.5.2 -SNAPSHOT</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
17
17
<dependency >
18
18
<groupId >fr.insideapp.sonarqube</groupId >
19
19
<artifactId >dart-lang</artifactId >
20
- <version >0.5.1 -SNAPSHOT</version >
20
+ <version >0.5.2 -SNAPSHOT</version >
21
21
</dependency >
22
22
23
23
</dependencies >
You can’t perform that action at this time.
0 commit comments