Skip to content

Commit 8a8d1d5

Browse files
committed
Release 0.5.1
1 parent 2e3b7d8 commit 8a8d1d5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.5.1
4+
> Published 15 July 2024
5+
6+
### Bugfixes
7+
- Fixed a bug in segment pool implementation affecting a second level pool uses.
8+
39
## 0.5.0
410
> Published 12 July 2024
511

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repositories {
4848
Add the library to dependencies:
4949
```kotlin
5050
dependencies {
51-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.0")
51+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.1")
5252
}
5353
```
5454

@@ -58,7 +58,7 @@ kotlin {
5858
sourceSets {
5959
commonMain {
6060
dependencies {
61-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.0")
61+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.1")
6262
}
6363
}
6464
}
@@ -72,7 +72,7 @@ Add the library to dependencies:
7272
<dependency>
7373
<groupId>org.jetbrains.kotlinx</groupId>
7474
<artifactId>kotlinx-io-core-jvm</artifactId>
75-
<version>0.5.0</version>
75+
<version>0.5.1</version>
7676
</dependency>
7777
```
7878

0 commit comments

Comments
 (0)