File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.3.3
4+ > Published 22 Apr 2024
5+
6+ ### Features
7+ - Reimplemented file metadata gathering without required reasoning APIs on Apple targets [ #297 ] ( https://github.com/Kotlin/kotlinx-io/pull/297 )
8+
9+ ### Bugfixes
10+ - For JS target, Webpack should no longer report missing nodejs modules during compilation [ #285 ] ( https://github.com/Kotlin/kotlinx-io/pull/285 )
11+
312## 0.3.2
413> Published 18 Mar 2024
514
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ repositories {
4848Add the library to dependencies:
4949``` kotlin
5050dependencies {
51- implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.3.2 " )
51+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.3.3 " )
5252}
5353```
5454
@@ -58,7 +58,7 @@ kotlin {
5858 sourceSets {
5959 commonMain {
6060 dependencies {
61- implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.3.2 " )
61+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.3.3 " )
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.3.2 </version >
75+ <version >0.3.3 </version >
7676</dependency >
7777```
7878
Original file line number Diff line number Diff line change 44#
55
66group =org.jetbrains.kotlinx
7- version =0.3.3 -SNAPSHOT
7+ version =0.3.4 -SNAPSHOT
88kotlin.code.style =official
99org.gradle.jvmargs =-Xmx4G
1010nativeBenchmarksEnabled =true
You can’t perform that action at this time.
0 commit comments