Skip to content

Commit b4e59a4

Browse files
committed
Release 0.8.2
1 parent b1914c2 commit b4e59a4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.8.2
4+
> Published 24 November 2025
5+
6+
### Bugfixes
7+
- Fixed the issue with Webpack not being able to process module import introduced in `0.8.1` [#483](https://github.com/Kotlin/kotlinx-io/issues/483)
8+
39
## 0.8.1
410
> Published 21 November 2025
511

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949
Add the library to dependencies:
5050
```kotlin
5151
dependencies {
52-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.8.1")
52+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.8.2")
5353
}
5454
```
5555

@@ -59,7 +59,7 @@ kotlin {
5959
sourceSets {
6060
commonMain {
6161
dependencies {
62-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.8.1")
62+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.8.2")
6363
}
6464
}
6565
}
@@ -73,7 +73,7 @@ Add the library to dependencies:
7373
<dependency>
7474
<groupId>org.jetbrains.kotlinx</groupId>
7575
<artifactId>kotlinx-io-core-jvm</artifactId>
76-
<version>0.8.1</version>
76+
<version>0.8.2</version>
7777
</dependency>
7878
```
7979

0 commit comments

Comments
 (0)