From 5d85423ab2c2433cc152bacacb5c5a6ac3821174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4fer?= Date: Mon, 21 Dec 2015 22:55:09 +0100 Subject: [PATCH] release new version 0.10.1 --- CHANGELOG.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3d88646e..55747f829d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ ### Nested Steps -Steps can now have nested steps that are shown in the report. This is done by annotating parent steps with the new `@NestedSteps` annotation. [#17](https://github.com/TNG/JGiven/issues/17) [PR #174](https://github.com/TNG/JGiven/pull/174) Thanks to albertofaci! +Steps can now have nested steps that are shown in the report. This is done by annotating parent steps with the new `@NestedSteps` annotation. [#17](https://github.com/TNG/JGiven/issues/17), [PR#174](https://github.com/TNG/JGiven/pull/174). Thanks to @albertofaci! ### Additional Table Formatting Options The `@Table` annotation to format step parameters as tables has been extended with several options to further customize the formatting of the resulting tables. [#122](https://github.com/TNG/JGiven/issues/122) -### Other +### Other Features * HTML Report: case tables have sortable columns [#175](https://github.com/TNG/JGiven/pull/175) * HTML Report: case tables can be grouped by values [#168](https://github.com/TNG/JGiven/issues/168) @@ -19,7 +19,7 @@ The `@Table` annotation to format step parameters as tables has been extended wi ## Fixed Issues * Fixed the issue that tags of subclasses would not be visible on scenarios of superclasses [#171](https://github.com/TNG/JGiven/issues/171) -* Fixed the issue that exceptions called within step methods are captured [#173](https://github.com/TNG/JGiven/issues/173) +* Fixed the issue that exceptions thrown in methods called within step methods are captured [#173](https://github.com/TNG/JGiven/issues/173) # v0.9.5 diff --git a/gradle.properties b/gradle.properties index 883aefb276..c1bf17f077 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.10.1.-SNAPSHOT +version=0.10.1