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 19, 2024
1 parent 8bb6a1b commit 31f676a
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` [[#46]][46]
- Updates `kotlincrypto.endians` to `0.3.0` [[#46]][46]
- Updates `kotlincrypto.sponges` to `0.3.0` [[#46]][46]
- Updates `kotlin` to `1.9.23` [[#46]][46]
- Add experimental support for `wasmJs` & `wasmWasi` [[#46]][46]
- Add support for Java9 `JPMS` via Multi-Release jar [[#47]][47]

## Version 0.4.0 (2023-11-30)
- Updates `kotlincrypto.core` to `0.4.0` [[#42]][42]
- Updates `kotlincrypto.hash` to `0.4.0` [[#42]][42]
Expand Down Expand Up @@ -111,3 +119,5 @@
[40]: https://github.com/KotlinCrypto/MACs/pull/40
[41]: https://github.com/KotlinCrypto/MACs/pull/41
[42]: https://github.com/KotlinCrypto/MACs/pull/42
[46]: https://github.com/KotlinCrypto/MACs/pull/46
[47]: https://github.com/KotlinCrypto/MACs/pull/47
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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 @@ -21,10 +22,6 @@
![badge-support-js-ir]
![badge-support-linux-arm]

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

Message Authentication Code algorithms for Kotlin Multiplatform

### Usage
Expand Down Expand Up @@ -120,7 +117,7 @@ shown below.
// build.gradle.kts
dependencies {
// define the BOM and its version
implementation(platform("org.kotlincrypto.macs:bom:0.4.0"))
implementation(platform("org.kotlincrypto.macs:bom:0.5.1"))

// define artifacts without version

Expand All @@ -144,7 +141,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 31f676a

Please sign in to comment.