File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.5.5 (2024-12-20)
4
+ - Updates ` core ` to ` 0.5.5 `
5
+ - Updates ` hash ` to ` 0.5.5 `
6
+ - Updates ` macs ` to ` 0.5.5 `
7
+ - Updates ` sponges ` to ` 0.3.3 `
8
+
3
9
## Version 0.5.4 (2024-12-19)
4
10
- Updates ` core ` to ` 0.5.4 `
5
11
- Updates ` hash ` to ` 0.5.4 `
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.4 " )
23
+ from(" org.kotlincrypto:version-catalog:0.5.5 " )
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.4 -blue.svg?style=flat
43
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.5 -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 @@ -53,7 +53,7 @@ gpg --card-status
53
53
- Perform a clean build
54
54
``` bash
55
55
./gradlew clean
56
- ./gradlew build
56
+ ./gradlew build --no-build-cache
57
57
```
58
58
59
59
- Publish
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ 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.6.0-SNAPSHOT
30
+ VERSION_NAME =0.5.5
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
34
34
# 0.1.0 = 00 01 00 99
35
35
# 1.1.0 = 01 01 00 99
36
- VERSION_CODE =00060099
36
+ VERSION_CODE =00050599
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- core = " 0.5.4 "
2
+ core = " 0.5.5 "
3
3
endians = " 0.3.1"
4
- hash = " 0.5.4 "
5
- macs = " 0.5.4 "
4
+ hash = " 0.5.5 "
5
+ macs = " 0.5.5 "
6
6
secureRandom = " 0.3.2"
7
- sponges = " 0.3.2 "
7
+ sponges = " 0.3.3 "
8
8
9
9
[libraries ]
10
10
# https://github.com/KotlinCrypto/core
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ kmpConfiguration {
61
61
common {
62
62
sourceSetMain {
63
63
dependencies {
64
- implementation(kotlincrypto.core.common )
64
+ implementation(kotlincrypto.core.core )
65
65
implementation(kotlincrypto.core.digest)
66
66
implementation(kotlincrypto.core.mac)
67
67
implementation(kotlincrypto.core.xof)
You can’t perform that action at this time.
0 commit comments