File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 0.1.0 (2023-03-06)
4+ - Fixes ` Hmac.Engine ` implementation where ` offset ` or ` len `
5+ were not being passed to the ` Digest `
6+ - Updates ` kotlincrypto.core ` to ` 0.1.1 `
7+ - Updates ` kotlincrypto.hash ` to ` 0.1.2 `
8+ - Removes ` hmac ` from the ` BOM ` dependency
9+
310## Version 0.1.0 (2023-03-05)
411 - Initial Release
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ fun main() {
6565// build.gradle.kts
6666dependencies {
6767 // define the BOM and its version
68- implementation(platform(" org.kotlincrypto.macs:bom:0.1.0 " ))
68+ implementation(platform(" org.kotlincrypto.macs:bom:0.1.1 " ))
6969
7070 // define artifacts without version
7171 implementation(" org.kotlincrypto.macs:hmac-md5" )
@@ -81,10 +81,10 @@ dependencies {
8181
8282| MACs | kotlin |
8383| :-----:| :------:|
84- | 0.1.0 | 1.8.10 |
84+ | 0.1.1 | 1.8.10 |
8585
8686<!-- TAG_VERSION -->
87- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1.0 -blue.svg?style=flat
87+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1.1 -blue.svg?style=flat
8888[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
8989
9090<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2929POM_DEVELOPER_NAME =Kotlin Crypto
3030POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
3131
32- VERSION_NAME =0.1.1-SNAPSHOT
32+ VERSION_NAME =0.1.1
3333# 0.1.0-alpha01 = 00 01 00 11
3434# 0.1.0-beta01 = 00 01 00 21
3535# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments