File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.8.0 (2025-09-19)
4
+ - Updates ` kotlin ` to ` 2.2.20 ` [[ #127 ]] [ 127 ]
5
+ - Updates ` kotlincrypto.error ` to ` 0.4.0 ` [[ #127 ]] [ 127 ]
6
+ - Lower supported ` KotlinVersion ` to ` 1.8 ` [[ #128 ]] [ 128 ]
7
+
3
8
## Version 0.7.1 (2025-08-25)
4
9
- Updates ` kotlin ` to ` 2.2.10 ` [[ #126 ]] [ 126 ]
5
10
- Updates ` kotlincrypto.error ` to ` 0.3.1 `
201
206
[ 122 ] : https://github.com/KotlinCrypto/core/pull/122
202
207
[ 124 ] : https://github.com/KotlinCrypto/core/pull/124
203
208
[ 126 ] : https://github.com/KotlinCrypto/core/pull/126
209
+ [ 127 ] : https://github.com/KotlinCrypto/core/pull/127
210
+ [ 128 ] : https://github.com/KotlinCrypto/core/pull/128
Original file line number Diff line number Diff line change @@ -66,20 +66,20 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
66
66
``` kotlin
67
67
// build.gradle.kts
68
68
dependencies {
69
- val core = " 0.7.1 "
69
+ val core = " 0.8.0 "
70
70
implementation(" org.kotlincrypto.core:digest:$core " )
71
71
implementation(" org.kotlincrypto.core:mac:$core " )
72
72
implementation(" org.kotlincrypto.core:xof:$core " )
73
73
}
74
74
```
75
75
76
76
<!-- TAG_VERSION -->
77
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.7.1 -blue.svg?style=flat
77
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.8.0 -blue.svg?style=flat
78
78
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
79
79
80
80
<!-- TAG_DEPENDENCIES -->
81
81
[ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.2.20-blue.svg?logo=kotlin
82
- [ badge-error ] : https://img.shields.io/badge/kotlincrypto.error-0.4.0--SNAPSHOT- blue.svg
82
+ [ badge-error ] : https://img.shields.io/badge/kotlincrypto.error-0.4.0-blue.svg
83
83
84
84
<!-- TAG_PLATFORMS -->
85
85
[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ POM_DEVELOPER_ID=KotlinCrypto
33
33
POM_DEVELOPER_NAME =Kotlin Crypto
34
34
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
35
35
36
- VERSION_NAME =0.8.0-SNAPSHOT
36
+ VERSION_NAME =0.8.0
37
37
# 0.1.0-alpha01 = 00 01 00 11
38
38
# 0.1.0-beta01 = 00 01 00 21
39
39
# 0.1.0-rc01 = 00 01 00 31
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gradle-kmp-configuration = "0.5.2"
10
10
gradle-kotlin = " 2.2.20"
11
11
gradle-publish-maven = " 0.34.0"
12
12
13
- kotlincrypto-error = " 0.4.0-SNAPSHOT "
13
+ kotlincrypto-error = " 0.4.0"
14
14
15
15
[libraries ]
16
16
gradle-dokka = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version.ref = " gradle-dokka" }
You can’t perform that action at this time.
0 commit comments