Skip to content

Commit 00919dd

Browse files
author
Gilles Grousset
committedMay 16, 2024·
chore(Release): prepared next snapshot release
1 parent bd2e954 commit 00919dd

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed
 

‎CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,28 @@
1616

1717
#### Bug Fixes
1818

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+
1937
- [#177](https://github.com/insideapp-oss/sonar-flutter/issues/177) analyzer execution fails when errors detected.
2038
- [#212](https://github.com/insideapp-oss/sonar-flutter/issues/212) source file not indexed with SonarQube 10.4+
2139
- [PR #201](https://github.com/insideapp-oss/sonar-flutter/pull/201) bump snakeyaml and jackson-databind to latest versions
2240
- Updated Apache Ivy to 2.5.2
23-
- Analyzer rules update (1 added)
2441

2542
## 0.5.0
2643

‎dart-lang/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sonar-flutter</artifactId>
55
<groupId>fr.insideapp.sonarqube</groupId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.5.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>fr.insideapp.sonarqube</groupId>
66
<artifactId>sonar-flutter</artifactId>
7-
<version>0.5.1-SNAPSHOT</version>
7+
<version>0.5.2-SNAPSHOT</version>
88

99
<packaging>pom</packaging>
1010

‎sonar-flutter-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sonar-flutter</artifactId>
66
<groupId>fr.insideapp.sonarqube</groupId>
7-
<version>0.5.1-SNAPSHOT</version>
7+
<version>0.5.2-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>fr.insideapp.sonarqube</groupId>
1919
<artifactId>dart-lang</artifactId>
20-
<version>0.5.1-SNAPSHOT</version>
20+
<version>0.5.2-SNAPSHOT</version>
2121
</dependency>
2222

2323
</dependencies>

0 commit comments

Comments
 (0)
Please sign in to comment.