Skip to content

Commit a18d5ec

Browse files
committed
Version bump and changlog update
1 parent 31df99d commit a18d5ec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ To use this project in your Maven project:
128128

129129
== Changelog
130130

131+
=== 0.0.3 - 2014-11-16
132+
133+
* Fixed issue with missapplied close of STDOUT stream
134+
* Fixed bug preventing from TestNG seeing pending tests as skipped
135+
* de.tobiasroeser.lambdatest.testng.FreeSpec class no longer inherits org.testng.Assert
136+
131137
=== 0.0.2 - 2014-10-18
132138

133139
* Colored output

pom.xml

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

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

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

0 commit comments

Comments
 (0)