File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.5.2 (2024-03-20)
4
+ - Updates ` secureRandom ` to ` 0.3.1 `
5
+
3
6
## Version 0.5.1 (2024-03-19)
4
7
- Updates ` core ` to ` 0.5.1 `
5
8
- Updates ` endians ` to ` 0.3.0 `
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencyResolutionManagement {
20
20
versionCatalogs {
21
21
create(" kotlincrypto" ) {
22
22
// 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 " )
24
24
}
25
25
}
26
26
}
@@ -40,7 +40,7 @@ dependencies {
40
40
```
41
41
42
42
<!-- 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
44
44
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
45
45
46
46
[ url-latest-release ] : https://github.com/KotlinCrypto/version-catalog/releases/latest
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
27
27
POM_DEVELOPER_NAME =Kotlin Crypto
28
28
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
29
29
30
- VERSION_NAME =0.5.2-SNAPSHOT
30
+ VERSION_NAME =0.5.2
31
31
# 0.1.0-alpha01 = 00 01 00 11
32
32
# 0.1.0-beta01 = 00 01 00 21
33
33
# 0.1.0-rc01 = 00 01 00 31
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ core = "0.5.1"
3
3
endians = " 0.3.0"
4
4
hash = " 0.5.1"
5
5
macs = " 0.5.1"
6
- secureRandom = " 0.3.0 "
6
+ secureRandom = " 0.3.1 "
7
7
sponges = " 0.3.0"
8
8
9
9
[libraries ]
You can’t perform that action at this time.
0 commit comments