File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.5.3 (2024-08-31)
4
+ - Updates ` kotlincrypto.core ` to ` 0.5.3 `
5
+ - Updates ` kotlincrypto.hash ` to ` 0.5.3 `
6
+ - Updates ` kotlin ` to ` 1.9.24 ` [[ #50 ]] [ 50 ]
7
+ - Fixes multiplatform metadata manifest ` unique_name ` parameter for
8
+ all source sets to be truly unique. [[ #50 ]] [ 50 ]
9
+ - Updates jvm ` .kotlin_module ` with truly unique file name. [[ #50 ]] [ 50 ]
10
+
3
11
## Version 0.5.1 (2024-03-19)
4
12
- Updates ` kotlincrypto.core ` to ` 0.5.1 ` [[ #46 ]] [ 46 ]
5
13
- Updates ` kotlincrypto.hash ` to ` 0.5.1 ` [[ #46 ]] [ 46 ]
120
128
[ 42 ] : https://github.com/KotlinCrypto/MACs/pull/42
121
129
[ 46 ] : https://github.com/KotlinCrypto/MACs/pull/46
122
130
[ 47 ] : https://github.com/KotlinCrypto/MACs/pull/47
131
+ [ 50 ] : https://github.com/KotlinCrypto/MACs/pull/50
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ shown below.
117
117
// build.gradle.kts
118
118
dependencies {
119
119
// define the BOM and its version
120
- implementation(platform(" org.kotlincrypto.macs:bom:0.5.1 " ))
120
+ implementation(platform(" org.kotlincrypto.macs:bom:0.5.3 " ))
121
121
122
122
// define artifacts without version
123
123
@@ -141,13 +141,13 @@ dependencies {
141
141
```
142
142
143
143
<!-- TAG_VERSION -->
144
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.1 -blue.svg?style=flat
144
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.3 -blue.svg?style=flat
145
145
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
146
146
147
147
<!-- TAG_DEPENDENCIES -->
148
- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.23 -blue.svg?logo=kotlin
149
- [ badge-core ] : https://img.shields.io/badge/kotlincrypto.core-0.5.1 -blue.svg
150
- [ badge-hash ] : https://img.shields.io/badge/kotlincrypto.hash-0.5.1 -blue.svg
148
+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.24 -blue.svg?logo=kotlin
149
+ [ badge-core ] : https://img.shields.io/badge/kotlincrypto.core-0.5.3 -blue.svg
150
+ [ badge-hash ] : https://img.shields.io/badge/kotlincrypto.hash-0.5.3 -blue.svg
151
151
152
152
<!-- TAG_PLATFORMS -->
153
153
[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
30
30
POM_DEVELOPER_NAME =Kotlin Crypto
31
31
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
32
32
33
- VERSION_NAME =0.5.2-SNAPSHOT
33
+ VERSION_NAME =0.5.3
34
34
# 0.1.0-alpha01 = 00 01 00 11
35
35
# 0.1.0-beta01 = 00 01 00 21
36
36
# 0.1.0-rc01 = 00 01 00 31
37
37
# 0.1.0 = 00 01 00 99
38
38
# 1.1.0 = 01 01 00 99
39
- VERSION_CODE =50299
39
+ VERSION_CODE =00050399
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ gradle-kmp-configuration = "0.3.2"
5
5
gradle-kotlin = " 1.9.24"
6
6
gradle-publish-maven = " 0.29.0"
7
7
8
- kotlincrypto-core = " 0.5.1 "
9
- kotlincrypto-hash = " 0.5.1 "
8
+ kotlincrypto-core = " 0.5.3 "
9
+ kotlincrypto-hash = " 0.5.3 "
10
10
11
11
# tests
12
12
androidx-test-runner = " 1.5.2"
You can’t perform that action at this time.
0 commit comments