Skip to content

Commit

Permalink
Prepare for release 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed May 31, 2021
1 parent 5b45e22 commit 25943ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.5.2] - 2021-05-31

* Fixed: Make it easy to integrate with other testing frameworks (#58).

## [1.5.1] - 2021-05-31

* Fixed: To share one test server with multiple tests (#57).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ You build business logic with logical types. Tempest handles mapping them to the
For AWS SDK 1.x:

```groovy
implementation "app.cash.tempest:tempest:1.5.1"
implementation "app.cash.tempest:tempest:1.5.2"
```

For AWS SDK 2.x:

```groovy
implementation "app.cash.tempest:tempest2:1.5.1"
implementation "app.cash.tempest:tempest2:1.5.2"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

GROUP=app.cash.tempest
VERSION_NAME=1.5.1-SNAPSHOT
VERSION_NAME=1.5.2

POM_URL=https://github.com/square/tempest/
POM_SCM_URL=https://github.com/square/tempest/
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plugins:

extra:
versions:
tempest: '1.5.1'
tempest: '1.5.2'

nav:
- 'Overview': index.md
Expand Down

0 comments on commit 25943ad

Please sign in to comment.