Skip to content

Commit

Permalink
Prepared Release for version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Aug 3, 2016
1 parent 88c0b36 commit b0460b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Lambda Test
:toc:
:toc-placement: preamble
:lambdatestversion: 0.2.3
:testngversion: 6.8.8
:lambdatestversion: 0.2.4
:testngversion: 6.9.10
:junitversion: 4.11

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

== Changelog

=== LambdaTest 0.2.4 - 2016-08-03

* Added a pending method with a reason parameter.
* Added more JavaDoc comments.

=== LambdaTest 0.2.3 - 2016-05-10

* Fixed fail late logic for Expect
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.tototec</groupId>
<artifactId>de.tobiasroeser.lambdatest</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>

<name>Poor Mans Lambda Test</name>
<description>Minimal Java8 Lambda enabled testing for TestNG</description>
Expand Down

0 comments on commit b0460b3

Please sign in to comment.