Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from novoda/release/prepare_v0.3.2
Browse files Browse the repository at this point in the history
Release v0.3.2
  • Loading branch information
mr-archano authored Feb 16, 2017
2 parents 791e3ad + 1750451 commit 10d57db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

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

- Better classes filtering for Findbugs tasks ([PR#23](https://github.com/novoda/gradle-static-analysis-plugin/pull/23))

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

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.3.1'
classpath 'com.novoda:gradle-static-analysis-plugin:0.3.2'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.3.1'
version = '0.3.2'
String tag = "v$project.version"
groovydoc.docTitle = 'Static Analysis Plugin'

Expand Down

0 comments on commit 10d57db

Please sign in to comment.