Skip to content

Commit

Permalink
Prepare version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 12, 2024
1 parent 4d4a3f3 commit 0de6068
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

## Version 3.9.1

_2024-09-12_

* Fix: Support paths containing a single dot (".") in `Path.relativeTo`.
* Fix: Do not read from the upstream source when a 0-byte read is requested.
* Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module metadata problem with 0.5.0.
Note: this artifact is only used in 'okio-fakefilesystem' and 'okio-nodefilesystem' and not in the Okio core.


## Version 3.9.0

_2024-03-12_
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ works and how Okio does it.
[Ok Multiplatform!][ok_multiplatform_talk] ([slides][ok_multiplatform_slides]): How we changed
Okio’s implementation language from Java to Kotlin.

[Nerding Out On Okio][apis_talk]: The story of the Okio APIs, their design and tradeoffs, as well
[Nerding Out On Okio][apis_talk]: The story of the Okio APIs, their design and tradeoffs, as well
as implementation notes with animated marbles diagrams.


Expand All @@ -98,7 +98,7 @@ Releases
Our [change log][changelog] has release history.

```kotlin
implementation("com.squareup.okio:okio:3.9.0")
implementation("com.squareup.okio:okio:3.9.1")
```

<details>
Expand All @@ -110,7 +110,7 @@ repositories {
}

dependencies {
implementation("com.squareup.okio:okio:3.9.0")
implementation("com.squareup.okio:okio:3.9.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ android.defaults.buildfeatures.shaders=false
kotlin.mpp.stability.nowarn=true

GROUP=com.squareup.okio
VERSION_NAME=3.10.0-SNAPSHOT
VERSION_NAME=3.9.1
kotlin.mpp.commonizerLogLevel=info

0 comments on commit 0de6068

Please sign in to comment.