Skip to content

Commit 31f676a

Browse files
committed
Prepare 0.5.1 release
1 parent 8bb6a1b commit 31f676a

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
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.1 (2024-03-18)
4+
- Updates `kotlincrypto.core` to `0.5.1` [[#46]][46]
5+
- Updates `kotlincrypto.endians` to `0.3.0` [[#46]][46]
6+
- Updates `kotlincrypto.sponges` to `0.3.0` [[#46]][46]
7+
- Updates `kotlin` to `1.9.23` [[#46]][46]
8+
- Add experimental support for `wasmJs` & `wasmWasi` [[#46]][46]
9+
- Add support for Java9 `JPMS` via Multi-Release jar [[#47]][47]
10+
311
## Version 0.4.0 (2023-11-30)
412
- Updates `kotlincrypto.core` to `0.4.0` [[#42]][42]
513
- Updates `kotlincrypto.hash` to `0.4.0` [[#42]][42]
@@ -111,3 +119,5 @@
111119
[40]: https://github.com/KotlinCrypto/MACs/pull/40
112120
[41]: https://github.com/KotlinCrypto/MACs/pull/41
113121
[42]: https://github.com/KotlinCrypto/MACs/pull/42
122+
[46]: https://github.com/KotlinCrypto/MACs/pull/46
123+
[47]: https://github.com/KotlinCrypto/MACs/pull/47

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
![badge-platform-jvm]
1111
![badge-platform-js]
1212
![badge-platform-js-node]
13+
![badge-platform-wasm]
1314
![badge-platform-linux]
1415
![badge-platform-macos]
1516
![badge-platform-ios]
@@ -21,10 +22,6 @@
2122
![badge-support-js-ir]
2223
![badge-support-linux-arm]
2324

24-
<!--
25-
![badge-platform-wasm]
26-
-->
27-
2825
Message Authentication Code algorithms for Kotlin Multiplatform
2926

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

125122
// define artifacts without version
126123

@@ -144,7 +141,7 @@ dependencies {
144141
```
145142

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

150147
<!-- TAG_DEPENDENCIES -->

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
3030
POM_DEVELOPER_NAME=Kotlin Crypto
3131
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
3232

33-
VERSION_NAME=0.4.1-SNAPSHOT
33+
VERSION_NAME=0.5.1
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
3737
# 0.1.0 = 00 01 00 99
3838
# 1.1.0 = 01 01 00 99
39-
VERSION_CODE=40199
39+
VERSION_CODE=50199

0 commit comments

Comments
 (0)