Skip to content

Commit b0460b3

Browse files
committed
Prepared Release for version 0.2.4
1 parent 88c0b36 commit b0460b3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Lambda Test
22
:toc:
33
:toc-placement: preamble
4-
:lambdatestversion: 0.2.3
5-
:testngversion: 6.8.8
4+
:lambdatestversion: 0.2.4
5+
:testngversion: 6.9.10
66
:junitversion: 4.11
77

88
image:https://travis-ci.org/lefou/LambdaTest.svg?branch=master["Build Status", link="https://travis-ci.org/lefou/LambdaTest"]
@@ -267,6 +267,11 @@ If you like LambdaTest, please star it on https://github.com/lefou/LambdaTest[Gi
267267

268268
== Changelog
269269

270+
=== LambdaTest 0.2.4 - 2016-08-03
271+
272+
* Added a pending method with a reason parameter.
273+
* Added more JavaDoc comments.
274+
270275
=== LambdaTest 0.2.3 - 2016-05-10
271276

272277
* Fixed fail late logic for Expect

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.tototec</groupId>
88
<artifactId>de.tobiasroeser.lambdatest</artifactId>
9-
<version>0.2.4-SNAPSHOT</version>
9+
<version>0.2.4</version>
1010

1111
<name>Poor Mans Lambda Test</name>
1212
<description>Minimal Java8 Lambda enabled testing for TestNG</description>

0 commit comments

Comments
 (0)