Skip to content

Commit 755622c

Browse files
committed
Prepare 0.5.4 release
1 parent 00b474c commit 755622c

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Version 0.5.4 (2024-12-19)
4+
- Updates `kotlincrypto.core` to `0.5.4`
5+
- Updates `kotlincrypto.hash` to `0.5.4`
6+
- Adds benchmarking to repository [[#53]][53]
7+
- Benchmark comparisons using `core` and `sponges` performance
8+
improvements can be viewed in [PR #54][54-comment]
9+
- TL;DR huge gains for `hmac-sha3` & `kmac`
10+
311
## Version 0.5.3 (2024-08-31)
412
- Updates `kotlincrypto.core` to `0.5.3`
513
- Updates `kotlincrypto.hash` to `0.5.3`
@@ -129,3 +137,5 @@
129137
[46]: https://github.com/KotlinCrypto/MACs/pull/46
130138
[47]: https://github.com/KotlinCrypto/MACs/pull/47
131139
[50]: https://github.com/KotlinCrypto/MACs/pull/50
140+
[53]: https://github.com/KotlinCrypto/MACs/pull/53
141+
[54-comment]: https://github.com/KotlinCrypto/MACs/pull/54#issuecomment-2554991551

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ shown below.
117117
// build.gradle.kts
118118
dependencies {
119119
// define the BOM and its version
120-
implementation(platform("org.kotlincrypto.macs:bom:0.5.3"))
120+
implementation(platform("org.kotlincrypto.macs:bom:0.5.4"))
121121

122122
// define artifacts without version
123123

@@ -141,13 +141,13 @@ dependencies {
141141
```
142142

143143
<!-- TAG_VERSION -->
144-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.3-blue.svg?style=flat
144+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.4-blue.svg?style=flat
145145
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
146146

147147
<!-- TAG_DEPENDENCIES -->
148148
[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
149+
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.4-blue.svg
150+
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.4-blue.svg
151151

152152
<!-- TAG_PLATFORMS -->
153153
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3030
POM_DEVELOPER_NAME=Kotlin Crypto
3131
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
3232

33-
VERSION_NAME=0.5.4-SNAPSHOT
33+
VERSION_NAME=0.5.4
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

0 commit comments

Comments
 (0)