Skip to content

Commit c29f8af

Browse files
committed
Prepare 0.5.1 release
1 parent c945db4 commit c29f8af

File tree

3 files changed

+9
-3
lines changed

3 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,9 @@
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]
@@ -58,3 +62,5 @@
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+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4646
dependencies {
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 -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3434
POM_DEVELOPER_NAME=Kotlin Crypto
3535
POM_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

0 commit comments

Comments
 (0)