File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.4.1] - 2021-04-22
4
+
5
+ * Fixed: Improve error message (#44 )
6
+ * Fixed: Improve documentation (#43 , #46 ).
7
+
3
8
## [ 1.4.0] - 2021-03-08
4
9
5
10
* New: ` tempest-testing ` APIs for testing DynamoDB clients using DynamoDBLocal (#33 ).
Original file line number Diff line number Diff line change @@ -422,13 +422,13 @@ You build business logic with logical types. Tempest handles mapping them to the
422
422
For AWS SDK 1.x:
423
423
424
424
``` groovy
425
- implementation "app.cash.tempest:tempest:1.4.0 "
425
+ implementation "app.cash.tempest:tempest:1.4.1 "
426
426
```
427
427
428
428
For AWS SDK 2.x:
429
429
430
430
``` groovy
431
- implementation "app.cash.tempest:tempest2:1.4.0 "
431
+ implementation "app.cash.tempest:tempest2:1.4.1 "
432
432
```
433
433
434
434
## License
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
3
GROUP =app.cash.tempest
4
- VERSION_NAME =1.4.0-SNAPSHOT
4
+ VERSION_NAME =1.4.1
5
5
6
6
POM_URL =https://github.com/square/tempest/
7
7
POM_SCM_URL =https://github.com/square/tempest/
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ plugins:
50
50
51
51
extra :
52
52
versions :
53
- tempest : ' 1.4.0 '
53
+ tempest : ' 1.4.1 '
54
54
55
55
nav :
56
56
- ' Overview ' : index.md
You can’t perform that action at this time.
0 commit comments