Skip to content

Commit

Permalink
chore(Release): prepared next snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed May 16, 2024
1 parent bd2e954 commit 00919dd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,28 @@

#### Bug Fixes

- None.

## 0.5.1

#### Breaking

- None.

#### Experimental

- None.

#### Enhancements

- Analyzer rules update (1 added)

#### Bug Fixes

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

## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion dart-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sonar-flutter</artifactId>
<groupId>fr.insideapp.sonarqube</groupId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.insideapp.sonarqube</groupId>
<artifactId>sonar-flutter</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions sonar-flutter-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sonar-flutter</artifactId>
<groupId>fr.insideapp.sonarqube</groupId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>fr.insideapp.sonarqube</groupId>
<artifactId>dart-lang</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 00919dd

Please sign in to comment.