Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Jul 15, 2024
1 parent 2e3b7d8 commit 8a8d1d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.5.1
> Published 15 July 2024
### Bugfixes
- Fixed a bug in segment pool implementation affecting a second level pool uses.

## 0.5.0
> Published 12 July 2024
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repositories {
Add the library to dependencies:
```kotlin
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.1")
}
```

Expand All @@ -58,7 +58,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.1")
}
}
}
Expand All @@ -72,7 +72,7 @@ Add the library to dependencies:
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-io-core-jvm</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```

Expand Down

0 comments on commit 8a8d1d5

Please sign in to comment.