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,17 @@ Change Log
66 * None yet.
77
88
9+ ## Version 3.14.0
10+
11+ _ 2025-06-28_
12+
13+ * Upgrade: [ kotlinx-datetime 0.7.0] [ datetime_0_7_0 ] . This impacts the ` okio-fakefilesystem `
14+ artifact only. This is a binary-incompatible backwards-incompatible change that cannot co-exist
15+ with previous releases of ` okio-fakefilesystem ` ! If you observe a ` NoSuchMethodError ` calling
16+ ` FakeFileSystem.init ` , update the calling code to this release (or newer) and recompile. We don't
17+ like imposing backwards-incompatible changes like this on you and do so regretfully.
18+
19+
920## Version 3.13.0
1021
1122_ 2025-06-13_
@@ -977,6 +988,7 @@ _2014-04-08_
977988[ Central Portal Snapshots repository ] : https://central.sonatype.org/publish/publish-portal-snapshots/
978989[ bom ] : https://docs.gradle.org/6.2/userguide/platforms.html#sub:bom_import
979990[ datetime_0_3_0 ] : https://github.com/Kotlin/kotlinx-datetime/releases/tag/v0.3.0
991+ [ datetime_0_7_0 ] : https://github.com/Kotlin/kotlinx-datetime/releases/tag/v0.7.0
980992[ gradle_metadata ] : https://blog.gradle.org/gradle-metadata-1.0
981993[ hierarchical_projects ] : https://kotlinlang.org/docs/multiplatform-hierarchy.html
982994[ kotlin_1_4_10 ] : https://github.com/JetBrains/kotlin/releases/tag/v1.4.10
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.13 .0" )
101+ implementation(" com.squareup.okio:okio:3.14 .0" )
102102```
103103
104104<details >
@@ -110,7 +110,7 @@ repositories {
110110}
111111
112112dependencies {
113- implementation(" com.squareup.okio:okio:3.14 .0-SNAPSHOT" )
113+ implementation(" com.squareup.okio:okio:3.15 .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.14.0-SNAPSHOT
15+ VERSION_NAME =3.14.0
You can’t perform that action at this time.
0 commit comments