Skip to content

Commit 1b49999

Browse files
committed
Prepare 0.5.2 release
1 parent c203368 commit 1b49999

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

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

3+
## Version 0.5.2 (2024-03-20)
4+
- Updates `secureRandom` to `0.3.1`
5+
36
## Version 0.5.1 (2024-03-19)
47
- Updates `core` to `0.5.1`
58
- Updates `endians` to `0.3.0`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencyResolutionManagement {
2020
versionCatalogs {
2121
create("kotlincrypto") {
2222
// https://github.com/KotlinCrypto/version-catalog/blob/master/gradle/kotlincrypto.versions.toml
23-
from("org.kotlincrypto:version-catalog:0.5.1")
23+
from("org.kotlincrypto:version-catalog:0.5.2")
2424
}
2525
}
2626
}
@@ -40,7 +40,7 @@ dependencies {
4040
```
4141

4242
<!-- TAG_VERSION -->
43-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.1-blue.svg?style=flat
43+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.2-blue.svg?style=flat
4444
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
4545

4646
[url-latest-release]: https://github.com/KotlinCrypto/version-catalog/releases/latest

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.5.2-SNAPSHOT
30+
VERSION_NAME=0.5.2
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

gradle/kotlincrypto.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ core = "0.5.1"
33
endians = "0.3.0"
44
hash = "0.5.1"
55
macs = "0.5.1"
6-
secureRandom = "0.3.0"
6+
secureRandom = "0.3.1"
77
sponges = "0.3.0"
88

99
[libraries]

0 commit comments

Comments
 (0)