File tree 3 files changed +8
-4
lines changed 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.5.6 (2024-12-28)
4
+ - Updates ` kotlincrypto.hash ` to ` 0.5.5 ` [[ #56 ]] [ 56 ]
5
+
3
6
## Version 0.5.5 (2024-12-20)
4
7
- Updates ` kotlincrypto.core ` to ` 0.5.5 `
5
8
- Updates ` kotlincrypto.hash ` to ` 0.5.5 `
145
148
[ 53 ] : https://github.com/KotlinCrypto/MACs/pull/53
146
149
[ 54-comment ] : https://github.com/KotlinCrypto/MACs/pull/54#issuecomment-2554991551
147
150
[ 55 ] : https://github.com/KotlinCrypto/MACs/pull/55
151
+ [ 56 ] : https://github.com/KotlinCrypto/MACs/pull/56
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.5 " ))
120
+ implementation(platform(" org.kotlincrypto.macs:bom:0.5.6 " ))
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.5 -blue.svg?style=flat
144
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.6 -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
148
[ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
149
149
[ badge-core ] : https://img.shields.io/badge/kotlincrypto.core-0.5.5-blue.svg
150
- [ badge-hash ] : https://img.shields.io/badge/kotlincrypto.hash-0.5.5 -blue.svg
150
+ [ badge-hash ] : https://img.shields.io/badge/kotlincrypto.hash-0.5.6 -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,7 +30,7 @@ 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.6-SNAPSHOT
33
+ VERSION_NAME =0.5.6
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
You can’t perform that action at this time.
0 commit comments