File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ Change Log
66 * None yet.
77
88
9+ ## Version 3.15.0
10+
11+ _ 2025-07-01_
12+
13+ * Upgrade: [ kotlinx-datetime 0.7.0-0.6.x-compat] [ datetime_0_7_0_compat ] . The previous 3.14.0
14+ release, ` FakeFileSystem ` broke binary-compatibility for calls to ` FakeFileSystem() ` . This
15+ restores that compatibility.
16+
17+ * Breaking: Change ` FakeFileSystem.clock ` from a JVM field to a property. This avoids a crash
18+ running Okio in a Gradle 8.x plugin. This change is not binary-compatible.
19+
20+
921## Version 3.14.0
1022
1123_ 2025-06-28_
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Releases
9898Our [ change log] [ changelog ] has release history.
9999
100100``` kotlin
101- implementation(" com.squareup.okio:okio:3.14 .0" )
101+ implementation(" com.squareup.okio:okio:3.15 .0" )
102102```
103103
104104<details >
@@ -110,7 +110,7 @@ repositories {
110110}
111111
112112dependencies {
113- implementation(" com.squareup.okio:okio:3.15 .0-SNAPSHOT" )
113+ implementation(" com.squareup.okio:okio:3.16 .0-SNAPSHOT" )
114114}
115115```
116116
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ kotlin.mpp.commonizerLogLevel=info
1212kotlin.mpp.stability.nowarn =true
1313
1414GROUP =com.squareup.okio
15- VERSION_NAME =3.15.0-SNAPSHOT
15+ VERSION_NAME =3.15.0
You can’t perform that action at this time.
0 commit comments