Skip to content

Commit bae3fe3

Browse files
committed
Release 0.3.2
1 parent 95f022f commit bae3fe3

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# CHANGELOG
2+
3+
## 0.3.2
4+
> Published 18 Mar 2024
5+
6+
### Features
7+
- Implemented basic filesystem support for Wasm WASI target [#257](https://github.com/Kotlin/kotlinx-io/pull/257)
8+
- Enabled native benchmarks by default [#263](https://github.com/Kotlin/kotlinx-io/pull/263)
9+
210
## 0.3.1
311
> Published 2 Feb 2024
412

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.3.1")
51+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.2")
5252
}
5353
```
5454

@@ -58,7 +58,7 @@ kotlin {
5858
sourceSets {
5959
commonMain {
6060
dependencies {
61-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.1")
61+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.2")
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.1</version>
75+
<version>0.3.2</version>
7676
</dependency>
7777
```
7878

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
group=org.jetbrains.kotlinx
7-
version=0.3.1-SNAPSHOT
7+
version=0.3.3-SNAPSHOT
88
kotlin.code.style=official
99
org.gradle.jvmargs=-Xmx4G
1010
nativeBenchmarksEnabled=true

0 commit comments

Comments
 (0)