Skip to content

Commit 936c5f9

Browse files
committed
Prepared 0.2.2 release
1 parent 66da6fe commit 936c5f9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.adoc

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

@@ -267,7 +267,9 @@ If you like LambdaTest, please star it on https://github.com/lefou/LambdaTest[Gi
267267

268268
== Changelog
269269

270-
=== {master}
270+
=== LambdaTest 0.2.2 - 2016-05-03
271+
272+
* Fixed Assert.assertEquals for Strings, especially when expected is empty or shorter than actual.
271273

272274
=== LambdaTest 0.2.1 - 2016-03-04
273275

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.2-SNAPSHOT</version>
9+
<version>0.2.2</version>
1010

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

0 commit comments

Comments
 (0)