Skip to content

Commit 74e172b

Browse files
author
Gilles Grousset
committed
doc: changelog update
1 parent d3b6803 commit 74e172b

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Please check the Github releases for newer changelogs!
1+
# Changelog
22

3-
## develop
3+
## 0.5.0
44

55
#### Breaking
66

@@ -28,7 +28,7 @@
2828
#### Enhancements
2929

3030
- Add a `pubspec.yaml` sensor which adds the file to SonarQube and allow showing lints for this file
31-
- Add support for multi-module projects (`sonar.modules=mylib,mylib_generator,example`)
31+
- Add support for multi-module projects (`sonar.modules=mylib,mylib_generator,example`)
3232
- Added missing dart keywords and corrected some
3333
- `try`
3434
- `hide`
@@ -46,6 +46,29 @@
4646

4747
#### Bug Fixes
4848

49+
- [#160](https://github.com/insideapp-oss/sonar-flutter/issues/160) dart analysis with an exception of NumberFormatException
50+
51+
52+
## 0.4.0
53+
54+
#### Breaking
55+
56+
- None.
57+
58+
#### Experimental
59+
60+
- None.
61+
62+
#### Enhancements
63+
64+
- (#65) Support SonarQube 9 - (thanks to @kuhnroyal)
65+
- (#32) make perfer final issue type to CODE_SMELL - (thanks to @magaofei)
66+
- (#70) Automate changelog and releases - (thanks to @kuhnroyal)
67+
- (#66) CI improvements - (thanks to @kuhnroyal)
68+
- (#56) Update README.md - (thanks to @thiagoloureiro)
69+
70+
#### Bug Fixes
71+
4972
- None.
5073

5174
## 0.3.2

0 commit comments

Comments
 (0)