Skip to content

Commit 71f8eb3

Browse files
committed
Prepare for release 1.5.0.
1 parent 39a686d commit 71f8eb3

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [1.5.0] - 2021-05-28
4+
5+
* New: Add async and suspending APIs for SDK 2.x (#48)
6+
* New: In SDK 1.x, save now returns a copy of locally updated attributes (#55).
7+
38
## [1.4.1] - 2021-04-22
49

510
* Fixed: Improve error message (#44)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,13 @@ You build business logic with logical types. Tempest handles mapping them to the
486486
For AWS SDK 1.x:
487487

488488
```groovy
489-
implementation "app.cash.tempest:tempest:1.4.1"
489+
implementation "app.cash.tempest:tempest:1.5.0"
490490
```
491491

492492
For AWS SDK 2.x:
493493

494494
```groovy
495-
implementation "app.cash.tempest:tempest2:1.4.1"
495+
implementation "app.cash.tempest:tempest2:1.5.0"
496496
```
497497

498498
## License

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
GROUP=app.cash.tempest
4-
VERSION_NAME=1.4.1-SNAPSHOT
4+
VERSION_NAME=1.5.0
55

66
POM_URL=https://github.com/square/tempest/
77
POM_SCM_URL=https://github.com/square/tempest/

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ plugins:
5050

5151
extra:
5252
versions:
53-
tempest: '1.4.1'
53+
tempest: '1.5.0'
5454

5555
nav:
5656
- 'Overview': index.md

0 commit comments

Comments
 (0)