File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 0.5.1 (2025-05-26)
4+ - Fixes issue on Android Native where ` getrandom(2) ` was not registering as available for
5+ the given device API and always falling back to using ` /dev/urandom ` [[ #40 ]] [ 40 ]
6+
37## Version 0.5.0 (2025-02-25)
48 - Replaces ` SecRandomCopyBytes ` usage with ` CCRandomGenerateBytes ` for ` Darwin ` [[ #33 ]] [ 33 ]
59 - Updates ` kotlin ` to ` 2.1.10 ` [[ #34 ]] [ 34 ]
5862[ 31 ] : https://github.com/KotlinCrypto/random/pull/31
5963[ 33 ] : https://github.com/KotlinCrypto/random/pull/33
6064[ 34 ] : https://github.com/KotlinCrypto/random/pull/34
65+ [ 40 ] : https://github.com/KotlinCrypto/random/pull/40
66+
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
4444``` kotlin
4545// build.gradle.kts
4646dependencies {
47- implementation(" org.kotlincrypto.random:crypto-rand:0.5.0 " )
47+ implementation(" org.kotlincrypto.random:crypto-rand:0.5.1 " )
4848}
4949```
5050
5151<!-- TAG_VERSION -->
52- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.0 -blue.svg?style=flat
52+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.1 -blue.svg?style=flat
5353[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
5454
5555<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3434POM_DEVELOPER_NAME =Kotlin Crypto
3535POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
3636
37- VERSION_NAME =0.5.1-SNAPSHOT
37+ VERSION_NAME =0.5.1
3838# 0.1.0-alpha01 = 00 01 00 11
3939# 0.1.0-beta01 = 00 01 00 21
4040# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments