File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 0.5.0 (2024-03-18)
4+ - Use ` transitive ` keyword for ` JPMS ` ` module-info.java ` files [[ #58 ]] [ 58 ]
5+
36## Version 0.5.0 (2024-03-18)
47 - Updates ` kotlin ` to ` 1.9.23 ` [[ #55 ]] [ 55 ]
58 - Updates ` endians ` to ` 0.3.0 ` [[ #55 ]] [ 55 ]
111114[ 52 ] : https://github.com/KotlinCrypto/core/pull/52
112115[ 55 ] : https://github.com/KotlinCrypto/core/pull/55
113116[ 56 ] : https://github.com/KotlinCrypto/core/pull/56
117+ [ 58 ] : https://github.com/KotlinCrypto/core/pull/58
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
217217``` kotlin
218218// build.gradle.kts
219219dependencies {
220- val core = " 0.5.0 "
220+ val core = " 0.5.1 "
221221 implementation(" org.kotlincrypto.core:digest:$core " )
222222 implementation(" org.kotlincrypto.core:mac:$core " )
223223 implementation(" org.kotlincrypto.core:xof:$core " )
@@ -229,15 +229,15 @@ dependencies {
229229``` groovy
230230// build.gradle
231231dependencies {
232- def core = "0.5.0 "
232+ def core = "0.5.1 "
233233 implementation "org.kotlincrypto.core:digest:$core"
234234 implementation "org.kotlincrypto.core:mac:$core"
235235 implementation "org.kotlincrypto.core:xof:$core"
236236}
237237```
238238
239239<!-- TAG_VERSION -->
240- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.0 -blue.svg?style=flat
240+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.1 -blue.svg?style=flat
241241[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
242242
243243<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3030POM_DEVELOPER_NAME =Kotlin Crypto
3131POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
3232
33- VERSION_NAME =0.5.1-SNAPSHOT
33+ VERSION_NAME =0.5.1
3434# 0.1.0-alpha01 = 00 01 00 11
3535# 0.1.0-beta01 = 00 01 00 21
3636# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments