File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.9.0] - 2023-06-06
4
+ * New: add BOM
5
+
3
6
## [ 1.8.0] - 2023-05-31
4
7
* New(tempest2): Adds ` Attribute.allowEmpty ` to support nullable, prefixed fields
5
8
Original file line number Diff line number Diff line change @@ -486,13 +486,13 @@ public List<String> getAlbumTrackTitles(String albumToken) {
486
486
For AWS SDK 1.x:
487
487
488
488
```groovy
489
- implementation "app.cash.tempest:tempest:1.8 .0"
489
+ implementation "app.cash.tempest:tempest:1.9 .0"
490
490
```
491
491
492
492
For AWS SDK 2.x:
493
493
494
494
```groovy
495
- implementation "app.cash.tempest:tempest2:1.8 .0"
495
+ implementation "app.cash.tempest:tempest2:1.9 .0"
496
496
```
497
497
498
498
## Migrating From Tempest 1 to Tempest 2
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.8.0-SNAPSHOT
4
+ VERSION_NAME =1.9.0
5
5
6
6
# org.gradle.jvmargs=-Xmx2024m
7
7
You can’t perform that action at this time.
0 commit comments