Skip to content

Commit

Permalink
Prepared release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jun 28, 2021
1 parent ba8848b commit 679cd83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 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.7.0
:documentationversion: 0.7.1-SNAPSHOT
:lambdatestversion: 0.7.1
:documentationversion: 0.7.1
:testngversion: 6.11
:junitversion: 4.12
:lambdatest: LambdaTest
Expand Down Expand Up @@ -491,6 +491,10 @@ If you like {lambdatest}, please star it on https://github.com/lefou/LambdaTest[

== Changelog

=== LambdaTest 0.7.1 - 2021-06-28

* Added support for lazily initialized tests (with `initTests()`)

=== LambdaTest 0.7.0 - 2019-01-10

* Added `Expect.expectDouble` and `ExpectDouble` class to assert properties of double values with a fluent API.
Expand Down
2 changes: 1 addition & 1 deletion pom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.sonatype.maven.polyglot.scala.model._
import scala.collection.immutable.Seq

val namespace = "de.tobiasroeser.lambdatest"
val lambdatest = "de.tototec" % namespace % "0.7.1-SNAPSHOT"
val lambdatest = "de.tototec" % namespace % "0.7.1"
val gav = lambdatest
val url = "https://github.com/lefou/LambdaTest"

Expand Down

0 comments on commit 679cd83

Please sign in to comment.