Skip to content

Commit

Permalink
prepare release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Jul 11, 2014
1 parent 6f553eb commit 252a4ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,11 @@ Further examples can be found in [DataProviderJavaAcceptanceTest.java](/src/test
Release notes
-------------

### tbd. (???)
### v1.8.0 (11-Jul-2014)

* added ```splitBy```, ```convertNulls``` and ```trimValues```` parameter to ```@DataProvider``` ([#24](/../../issues/24))
* more fault tolerant filtering instead of explicitly maintain a black or white list ([#27](/../../issues/27))
* ```@DataProvider``` method can now optionally access corresponding ```FrameworkMethod``` via parameter ([#28](/../../issues/28))
* ...

### v1.7.0 (20-Jun-2014)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

description = 'A TestNG like dataprovider runner for JUnit having a simplified syntax compared to all the existing JUnit features.'
group = 'com.tngtech.java'
version = '1.7.1-SNAPSHOT'
version = '1.8.0'

sourceCompatibility = '1.5'

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>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>jar</packaging>

<name>junit-dataprovider</name>
Expand Down

0 comments on commit 252a4ae

Please sign in to comment.