Skip to content

Commit 15cc8db

Browse files
Release 3.2.0
1 parent 5ba0623 commit 15cc8db

10 files changed

Lines changed: 22 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## What's New? ##
44

5-
* The latest version ([Tcases 3.1.2](ReleaseNotes.md#312)) is now available at the Maven Central Repository.
5+
* The latest version ([Tcases 3.2.0](ReleaseNotes.md#320)) is now available at the Maven Central Repository.
66
See [HowToDownload](HowToDownload.md) for download instructions.
77

8+
* Tcases 3.2.0 adds support for [Tcases for OpenAPI](tcases-openapi/README.md) to the Tcases Maven Plugin. This release also includes additional
9+
improvements to the Tcases CLI. See the [release notes](ReleaseNotes.md#320) for details.
10+
811
* Subscribe to the [Tcases Forum](https://groups.google.com/d/forum/tcases) group to get notifications and share experiences with other Tcases users.
912

1013
## What Does It Do? ##

ReleaseNotes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes #
22

3+
## 3.2.0 ##
4+
5+
* **Tcases Maven Plugin**: You can run [Tcases for OpenAPI](tcases-openapi/README.md) using the new `tcases:api` goal.
6+
See the [plugin documentation](http://www.cornutum.org/tcases/docs/tcases-maven-plugin/) for details.
7+
8+
* **`tcases` CLI**: Test case output transformations to JUnit (`-J` option) and HTML (`-H` option) work even when default output format would be JSON.
9+
10+
11+
* **`tcases-api` CLI**: Standard transformations to JUnit (`-J` option) or HTML (`-H` option) are supported for generated API test cases.
12+
313
## 3.1.2 ##
414

515
* **[Tcases for OpenAPI](tcases-openapi/README.md)**: For more reliable translation of OpenAPI specs, upgraded to use

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.cornutum.tcases</groupId>
88
<artifactId>tcases</artifactId>
99
<packaging>pom</packaging>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111

1212
<name>Tcases</name>
1313
<description>Generates test cases from system input space models</description>

tcases-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-ant</artifactId>

tcases-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-cli</artifactId>

tcases-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-io</artifactId>

tcases-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-lib</artifactId>

tcases-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-maven-plugin</artifactId>

tcases-openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-openapi</artifactId>

tcases-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0</version>
1111
</parent>
1212

1313
<artifactId>tcases-shell</artifactId>

0 commit comments

Comments
 (0)