Skip to content

Commit

Permalink
Prepare for release 3.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Feb 9, 2024
1 parent 260710e commit 525d3b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

## Version 3.8.0

_2024-02-09_

* New: `TypedOptions` works like `Options`, but it returns a `T` rather than an index.
* Fix: Don't leave sinks open when there's a race in `Pipe.fold()`.


## Version 3.7.0

_2023-12-16_
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Releases
Our [change log][changelog] has release history.

```kotlin
implementation("com.squareup.okio:okio:3.7.0")
implementation("com.squareup.okio:okio:3.8.0")
```

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

dependencies {
implementation("com.squareup.okio:okio:3.7.0")
implementation("com.squareup.okio:okio:3.8.0")
}
```

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.8.0-SNAPSHOT
VERSION_NAME=3.8.0
kotlin.mpp.commonizerLogLevel=info

0 comments on commit 525d3b3

Please sign in to comment.