Skip to content

Commit 3ec2870

Browse files
committed
Prepare 0.5.3 release
1 parent 5915260 commit 3ec2870

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Version 0.5.3 (2024-08-31)
4+
- Updates `kotlincrypto.core` to `0.5.3`
5+
- Updates `kotlincrypto.hash` to `0.5.3`
6+
- Updates `kotlin` to `1.9.24` [[#50]][50]
7+
- Fixes multiplatform metadata manifest `unique_name` parameter for
8+
all source sets to be truly unique. [[#50]][50]
9+
- Updates jvm `.kotlin_module` with truly unique file name. [[#50]][50]
10+
311
## Version 0.5.1 (2024-03-19)
412
- Updates `kotlincrypto.core` to `0.5.1` [[#46]][46]
513
- Updates `kotlincrypto.hash` to `0.5.1` [[#46]][46]
@@ -120,3 +128,4 @@
120128
[42]: https://github.com/KotlinCrypto/MACs/pull/42
121129
[46]: https://github.com/KotlinCrypto/MACs/pull/46
122130
[47]: https://github.com/KotlinCrypto/MACs/pull/47
131+
[50]: https://github.com/KotlinCrypto/MACs/pull/50

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ shown below.
117117
// build.gradle.kts
118118
dependencies {
119119
// define the BOM and its version
120-
implementation(platform("org.kotlincrypto.macs:bom:0.5.1"))
120+
implementation(platform("org.kotlincrypto.macs:bom:0.5.3"))
121121

122122
// define artifacts without version
123123

@@ -141,13 +141,13 @@ dependencies {
141141
```
142142

143143
<!-- TAG_VERSION -->
144-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.1-blue.svg?style=flat
144+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.3-blue.svg?style=flat
145145
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
146146

147147
<!-- TAG_DEPENDENCIES -->
148-
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.23-blue.svg?logo=kotlin
149-
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.1-blue.svg
150-
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.1-blue.svg
148+
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
149+
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.3-blue.svg
150+
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.3-blue.svg
151151

152152
<!-- TAG_PLATFORMS -->
153153
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat

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.5.2-SNAPSHOT
33+
VERSION_NAME=0.5.3
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=50299
39+
VERSION_CODE=00050399

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ gradle-kmp-configuration = "0.3.2"
55
gradle-kotlin = "1.9.24"
66
gradle-publish-maven = "0.29.0"
77

8-
kotlincrypto-core = "0.5.1"
9-
kotlincrypto-hash = "0.5.1"
8+
kotlincrypto-core = "0.5.3"
9+
kotlincrypto-hash = "0.5.3"
1010

1111
# tests
1212
androidx-test-runner = "1.5.2"

0 commit comments

Comments
 (0)