Skip to content

Commit 0387de5

Browse files
committed
Prepare 0.5.6 release
1 parent a9e62ca commit 0387de5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## Version 0.5.6 (2024-12-28)
4+
- Updates `kotlincrypto.hash` to `0.5.5` [[#56]][56]
5+
36
## Version 0.5.5 (2024-12-20)
47
- Updates `kotlincrypto.core` to `0.5.5`
58
- Updates `kotlincrypto.hash` to `0.5.5`
@@ -145,3 +148,4 @@
145148
[53]: https://github.com/KotlinCrypto/MACs/pull/53
146149
[54-comment]: https://github.com/KotlinCrypto/MACs/pull/54#issuecomment-2554991551
147150
[55]: https://github.com/KotlinCrypto/MACs/pull/55
151+
[56]: https://github.com/KotlinCrypto/MACs/pull/56

README.md

Lines changed: 3 additions & 3 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.5"))
120+
implementation(platform("org.kotlincrypto.macs:bom:0.5.6"))
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.5-blue.svg?style=flat
144+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.5.6-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 -->
148148
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
149149
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.5-blue.svg
150-
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.5-blue.svg
150+
[badge-hash]: https://img.shields.io/badge/kotlincrypto.hash-0.5.6-blue.svg
151151

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3030
POM_DEVELOPER_NAME=Kotlin Crypto
3131
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/
3232

33-
VERSION_NAME=0.5.6-SNAPSHOT
33+
VERSION_NAME=0.5.6
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

0 commit comments

Comments
 (0)