Skip to content

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 18, 2024
1 parent 49be427 commit 8a8f188
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Version 0.5.1 (2024-03-18)
- Updates `kotlincrypto.core` to `0.5.1` [[#58]][58]
- Updates `kotlincrypto.endians` to `0.3.0` [[#58]][58]
- Updates `kotlincrypto.sponges` to `0.3.0` [[#58]][58]
- Updates `kotlin` to `1.9.23` [[#58]][58]
- Add experimental support for `wasmJs` & `wasmWasi` [[#58]][58]
- Add support for Java9 `JPMS` via Multi-Release jar [[#59]][59]

## Version 0.4.0 (2023-11-30)
- Updates `kotlincrypto.core` to `0.4.0` [[#53]][53]
- Updates `kotlincrypto.endians` to `0.2.0` [[#53]][53]
Expand Down Expand Up @@ -108,3 +116,5 @@
[49]: https://github.com/KotlinCrypto/hash/pull/49
[50]: https://github.com/KotlinCrypto/hash/pull/50
[53]: https://github.com/KotlinCrypto/hash/pull/53
[58]: https://github.com/KotlinCrypto/hash/pull/58
[59]: https://github.com/KotlinCrypto/hash/pull/59
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
![badge-platform-jvm]
![badge-platform-js]
![badge-platform-js-node]
![badge-platform-wasm]
![badge-platform-linux]
![badge-platform-macos]
![badge-platform-ios]
Expand All @@ -22,10 +23,6 @@
![badge-support-js-ir]
![badge-support-linux-arm]

<!--
![badge-platform-wasm]
-->

Cryptographic hash functions for Kotlin Multiplatform

Utilized by [KotlinCrypto/MACs][url-macs]
Expand Down Expand Up @@ -117,7 +114,7 @@ shown below.
// build.gradle.kts
dependencies {
// define the BOM and its version
implementation(platform("org.kotlincrypto.hash:bom:0.4.0"))
implementation(platform("org.kotlincrypto.hash:bom:0.5.1"))

// define artifacts without version

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

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

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

VERSION_NAME=0.4.1-SNAPSHOT
VERSION_NAME=0.5.1
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
# 0.1.0 = 00 01 00 99
# 1.1.0 = 01 01 00 99
VERSION_CODE=40199
VERSION_CODE=50199

0 comments on commit 8a8f188

Please sign in to comment.