Skip to content

Commit b01fc6f

Browse files
committed
Prepare 0.5.0 release
1 parent 6ae3215 commit b01fc6f

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

@@ -53,3 +57,6 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5454
dependencies {
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 -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2727
POM_DEVELOPER_NAME=Kotlin Crypto
2828
POM_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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
encoding = "2.5.0-SNAPSHOT"
2+
encoding = "2.5.0"
33

44
gradle-benchmark = "0.4.14"
55
gradle-binary-compat = "0.18.1"
66
gradle-kmp-configuration = "0.5.2"
77
gradle-kotlin = "2.2.20"
88
gradle-publish-maven = "0.34.0"
99

10-
kotlincrypto-bitops = "0.3.0-SNAPSHOT"
10+
kotlincrypto-bitops = "0.3.0"
1111

1212
[libraries]
1313
gradle-kmp-configuration = { module = "io.matthewnelson:gradle-kmp-configuration-plugin", version.ref = "gradle-kmp-configuration" }

0 commit comments

Comments
 (0)