Skip to content

Commit 06289cc

Browse files
committed
Prepare for release 3.16.3.
1 parent 42ed971 commit 06289cc

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Change Log
55

66
* None yet.
77

8+
## Version 3.16.3
9+
10+
_2025-11-14_
11+
12+
* Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a regression that caused timeouts
13+
to fire later than they were supposed to.
14+
15+
816
## Version 3.16.2
917

1018
_2025-10-14_

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Releases
9898
Our [change log][changelog] has release history.
9999

100100
```kotlin
101-
implementation("com.squareup.okio:okio:3.16.2")
101+
implementation("com.squareup.okio:okio:3.16.3")
102102
```
103103

104104
<details>
@@ -110,7 +110,7 @@ repositories {
110110
}
111111

112112
dependencies {
113-
implementation("com.squareup.okio:okio:3.17.0-SNAPSHOT")
113+
implementation("com.squareup.okio:okio:3.16.4-SNAPSHOT")
114114
}
115115
```
116116

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ kotlin.mpp.commonizerLogLevel=info
1212
kotlin.mpp.stability.nowarn=true
1313

1414
GROUP=com.squareup.okio
15-
VERSION_NAME=3.16.2
15+
VERSION_NAME=3.16.3

0 commit comments

Comments
 (0)