Skip to content

Commit

Permalink
Prepare 0.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Dec 20, 2024
1 parent 7b96b66 commit 447e4ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Version 0.5.5 (2024-12-20)
- Updates `kotlincrypto.core` to `0.5.5`
- Updates `kotlincrypto.sponges` to `0.3.3`
- Fixes `sha3` performance issues for Jvm [[#71]][71]

## Version 0.5.4 (2024-12-19)
- Updates `kotlincrypto.core` to `0.5.4`
- Updates `kotlincrypto.sponges` to `0.3.2`
Expand Down Expand Up @@ -138,3 +143,4 @@
[65]: https://github.com/KotlinCrypto/hash/pull/65
[69]: https://github.com/KotlinCrypto/hash/pull/69
[70-comment]: https://github.com/KotlinCrypto/hash/pull/70#issuecomment-2554683182
[71]: https://github.com/KotlinCrypto/hash/pull/71
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ shown below.
// build.gradle.kts
dependencies {
// define the BOM and its version
implementation(platform("org.kotlincrypto.hash:bom:0.5.4"))
implementation(platform("org.kotlincrypto.hash:bom:0.5.5"))

// define artifacts without version

Expand All @@ -139,7 +139,7 @@ dependencies {
```

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

<!-- TAG_DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.5.5-SNAPSHOT
VERSION_NAME=0.5.5
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
Expand Down

0 comments on commit 447e4ca

Please # to comment.