Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Aug 19, 2024
1 parent 4fdf3d8 commit ec78eea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.5.3
> Published 19 August 2024
### Features
- Updated JS `braces` library to `3.0.3`
- More unnecessary backing fields were eliminated [#374](https://github.com/Kotlin/kotlinx-io/pull/374)

## 0.5.2
> Published 15 August 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.2")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.3")
}
```

Expand All @@ -58,7 +58,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.2")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.3")
}
}
}
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.2</version>
<version>0.5.3</version>
</dependency>
```

Expand Down

0 comments on commit ec78eea

Please sign in to comment.