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 11# CHANGELOG
22
3+ ## Version 0.5.0 (2025-09-19)
4+ - Updates ` kotlin ` to ` 2.2.20 ` [[ #30 ]] [ 30 ]
5+ - Lower supported ` KotlinVersion ` to ` 1.8 ` [[ #31 ]] [ 31 ]
6+
37## Version 0.4.1 (2025-08-25)
48 - Updates ` kotlin ` to ` 2.2.10 ` [[ #29 ]] [ 29 ]
59
5357[ 23 ] : https://github.com/KotlinCrypto/sponges/pull/23
5458[ 25 ] : https://github.com/KotlinCrypto/sponges/pull/25
5559[ 27 ] : https://github.com/KotlinCrypto/sponges/pull/27
60+ [ 29 ] : https://github.com/KotlinCrypto/sponges/pull/29
61+ [ 30 ] : https://github.com/KotlinCrypto/sponges/pull/30
62+ [ 31 ] : https://github.com/KotlinCrypto/sponges/pull/31
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
5252``` kotlin
5353// build.gradle.kts
5454dependencies {
55- implementation(" org.kotlincrypto.sponges:keccak:0.4.1 " )
55+ implementation(" org.kotlincrypto.sponges:keccak:0.5.0 " )
5656}
5757```
5858
5959<!-- TAG_VERSION -->
60- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.4.1 -blue.svg?style=flat
60+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.5.0 -blue.svg?style=flat
6161[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
6262
6363<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2727POM_DEVELOPER_NAME =Kotlin Crypto
2828POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
2929
30- VERSION_NAME =0.5.0-SNAPSHOT
30+ VERSION_NAME =0.5.0
3131# 0.1.0-alpha01 = 00 01 00 11
3232# 0.1.0-beta01 = 00 01 00 21
3333# 0.1.0-rc01 = 00 01 00 31
Original file line number Diff line number Diff line change 11[versions ]
2- encoding = " 2.5.0-SNAPSHOT "
2+ encoding = " 2.5.0"
33
44gradle-benchmark = " 0.4.14"
55gradle-binary-compat = " 0.18.1"
66gradle-kmp-configuration = " 0.5.2"
77gradle-kotlin = " 2.2.20"
88gradle-publish-maven = " 0.34.0"
99
10- kotlincrypto-bitops = " 0.3.0-SNAPSHOT "
10+ kotlincrypto-bitops = " 0.3.0"
1111
1212[libraries ]
1313gradle-kmp-configuration = { module = " io.matthewnelson:gradle-kmp-configuration-plugin" , version.ref = " gradle-kmp-configuration" }
You can’t perform that action at this time.
0 commit comments