Skip to content

Commit

Permalink
Update changelog and readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-archano committed Mar 23, 2017
1 parent 6d9a5fc commit 26fb345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Change Log
==========

[Version 0.4.1](https://github.com/novoda/gradle-static-analysis-plugin/releases/tag/v0.4.1)
--------------------------

- Ensure invariant over multiple successive runs ([PR#30](https://github.com/novoda/gradle-static-analysis-plugin/pull/30))

[Version 0.4](https://github.com/novoda/gradle-static-analysis-plugin/releases/tag/v0.4)
--------------------------

- Filtering for Android variants ([PR#28](https://github.com/novoda/gradle-static-analysis-plugin/pull/28))
- Support for rules as maven artifact ([PR#27](https://github.com/novoda/gradle-static-analysis-plugin/pull/27))
- Added support for custom base url for reports in logs ([PR#25](https://github.com/novoda/gradle-static-analysis-plugin/pull/25))

[Version 0.3.2](https://github.com/novoda/gradle-static-analysis-plugin/releases/tag/v0.3.2)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-static-analysis-plugin:0.4'
classpath 'com.novoda:gradle-static-analysis-plugin:0.4.1'
}
}
```
Expand Down

0 comments on commit 26fb345

Please sign in to comment.