Skip to content

Commit 2fae622

Browse files
committed
Prepare 0.1.1 release
1 parent f3cc60d commit 2fae622

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fun main() {
6565
// build.gradle.kts
6666
dependencies {
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 -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ POM_DEVELOPER_ID=KotlinCrypto
2929
POM_DEVELOPER_NAME=Kotlin Crypto
3030
POM_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

0 commit comments

Comments
 (0)