Skip to content

Commit 2a3eebd

Browse files
committed
Prepare 0.3.1 release
1 parent b3651e6 commit 2a3eebd

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## Version 0.2.0 (2024-03-18)
3+
## Version 0.3.1 (2024-03-20)
4+
- Fix `js.nodejs` and `wasmJs.nodejs` array type exception [[#14]][14]
5+
- Ensure `wasmWasi` temporary array is back-filled when copying bytes [[#16]][16]
6+
7+
## Version 0.3.0 (2024-03-18)
48
- Updates dependencies
59
- Kotlin `1.9.21` -> `1.9.23`
610
- Fix `ClassCastException` for `js.nodejs` [[#12]][12]
@@ -25,3 +29,5 @@
2529

2630
[12]: https://github.com/KotlinCrypto/secure-random/pull/12
2731
[13]: https://github.com/KotlinCrypto/secure-random/pull/13
32+
[14]: https://github.com/KotlinCrypto/secure-random/pull/14
33+
[16]: https://github.com/KotlinCrypto/secure-random/pull/16

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
7777
```kotlin
7878
// build.gradle.kts
7979
dependencies {
80-
implementation("org.kotlincrypto:secure-random:0.3.0")
80+
implementation("org.kotlincrypto:secure-random:0.3.1")
8181
}
8282
```
8383

@@ -86,12 +86,12 @@ dependencies {
8686
```groovy
8787
// build.gradle
8888
dependencies {
89-
implementation "org.kotlincrypto:secure-random:0.3.0"
89+
implementation "org.kotlincrypto:secure-random:0.3.1"
9090
}
9191
```
9292

9393
<!-- TAG_VERSION -->
94-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.3.0-blue.svg?style=flat
94+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.3.1-blue.svg?style=flat
9595
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
9696

9797
<!-- TAG_DEPENDENCIES -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2727
POM_DEVELOPER_NAME=Kotlin Crypto
2828
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
2929

30-
VERSION_NAME=0.3.1-SNAPSHOT
30+
VERSION_NAME=0.3.1
3131
# 0.1.0-alpha01 = 00 01 00 11
3232
# 0.1.0-beta01 = 00 01 00 21
3333
# 0.1.0-rc01 = 00 01 00 31

0 commit comments

Comments
 (0)