File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 ]
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
Original file line number Diff line number Diff 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
7979dependencies {
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
8888dependencies {
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 -->
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2727POM_DEVELOPER_NAME =Kotlin Crypto
2828POM_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
You can’t perform that action at this time.
0 commit comments