Skip to content

Commit

Permalink
Prepare 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Dec 28, 2024
1 parent 6862eac commit 443e75c
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,9 @@
# CHANGELOG

## Version 0.3.4 (2024-12-28)
- Utilize typed arrays (`LongArray`, `IntArray`, etc..) instead of generic `Array<N>` [[#25]][25]
- Optimize `addData` [[#23]][23]

## Version 0.3.3 (2024-12-20)
- Fixes boxing issue for Jvm due to use of generics [[#21]][21]

Expand Down Expand Up @@ -40,3 +44,5 @@
[17]: https://github.com/KotlinCrypto/sponges/pull/17
[19]: https://github.com/KotlinCrypto/sponges/pull/19
[21]: https://github.com/KotlinCrypto/sponges/pull/21
[23]: https://github.com/KotlinCrypto/sponges/pull/23
[25]: https://github.com/KotlinCrypto/sponges/pull/25
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
```kotlin
// build.gradle.kts
dependencies {
implementation("org.kotlincrypto.sponges:keccak:0.3.3")
implementation("org.kotlincrypto.sponges:keccak:0.3.4")
}
```

<!-- TAG_VERSION -->
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.3.3-blue.svg?style=flat
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.3.4-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 @@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.3.4-SNAPSHOT
VERSION_NAME=0.3.4
# 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 443e75c

Please sign in to comment.