File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 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 ]
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
Original file line number Diff line number Diff line change 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]
2122![ badge-support-js-ir]
2223![ badge-support-linux-arm]
2324
24- <!--
25- ![badge-platform-wasm]
26- -->
27-
2825Message Authentication Code algorithms for Kotlin Multiplatform
2926
3027### Usage
@@ -120,7 +117,7 @@ shown below.
120117// build.gradle.kts
121118dependencies {
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 -->
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
3030POM_DEVELOPER_NAME =Kotlin Crypto
3131POM_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
You can’t perform that action at this time.
0 commit comments