Skip to content

Commit bad58e0

Browse files
committed
Prepare 0.6.1 release
1 parent d45f1ef commit bad58e0

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
lines changed

CHANGELOG.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## Version 0.6.1 (2025-02-09)
4+
- Updates `kotlincrypto.bitops` to `0.1.2` [[#104]][104]
5+
- Updates `kotlincrypto.core` to `0.6.1`
6+
- Use `Counter.Bit64` instead of `Counter.Bit32` for `SHA384`, `SHA512` and `SHA512t` [[#104]][104]
7+
- Implements new `Digest.digestInto` API for all implementations [[#108]][108]
8+
- Adds `dokka` documentation at `https://hash.kotlincrypto.org` [[#109]][109]
9+
310
## Version 0.6.0 (2025-01-15)
411
- Adds `BLAKE2b` and `BLAKE2s` hashing.
512
- Updates all implementations to conform to `KotlinCrypto.core` `0.6.0` modifications
@@ -15,7 +22,7 @@
1522

1623
## Version 0.5.6 (2024-12-28)
1724
- Updates `kotlincrypto.sponges` to `0.3.4` [[#74]][74]
18-
- See [discussions-75][discussions-75]
25+
- See [ANNOUNCEMENT #75][75-discussion]
1926

2027
## Version 0.5.5 (2024-12-20)
2128
- Updates `kotlincrypto.core` to `0.5.5`
@@ -27,7 +34,7 @@
2734
- Updates `kotlincrypto.sponges` to `0.3.2`
2835
- Adds benchmarking to repository [[#69]][69]
2936
- Benchmark comparisons using `core` and `sponges` performance
30-
improvements can be viewed in [PR #70][70-comment]
37+
improvements can be viewed in [comment PR #70][70-comment]
3138
- TL;DR huge gains for `sha3`
3239

3340
## Version 0.5.3 (2024-08-31)
@@ -75,7 +82,7 @@
7582
been removed from publication [[#50]][50]
7683
- `org.kotlincrypto.hash:sha2-256`
7784
- `org.kotlincrypto.hash:sha2-512`
78-
- See the [ANNOUNCEMENT][discussion-3] for more information on `0.3.0` release
85+
- See the [ANNOUNCEMENT #3][3-discussion] for more information on `0.3.0` release
7986

8087
## Version 0.2.7 (2023-06-09)
8188
- Updates `kotlincrypto.core` to `0.2.7`
@@ -120,7 +127,7 @@
120127
- Updates `kotlincrypto.core` to `0.2.0`
121128
- Updates the `Digest.compress` function with API change
122129
- Consumers of `hash` lib are not affected (internal changes only)
123-
- See [[core #21]][core-21] for more info
130+
- See [[core PR #21]][21-core] for more info
124131

125132
## Version 0.2.0 (2023-03-12)
126133
- Adds `SHA-224`
@@ -145,8 +152,8 @@
145152
## Version 0.1.0 (2023-03-04)
146153
- Initial Release
147154

148-
[discussion-3]: https://github.com/orgs/KotlinCrypto/discussions/3
149-
[core-21]: https://github.com/KotlinCrypto/core/pull/21
155+
[3-discussion]: https://github.com/orgs/KotlinCrypto/discussions/3
156+
[21-core]: https://github.com/KotlinCrypto/core/pull/21
150157
[29]: https://github.com/KotlinCrypto/hash/pull/29
151158
[31]: https://github.com/KotlinCrypto/hash/pull/31
152159
[38]: https://github.com/KotlinCrypto/hash/pull/38
@@ -162,4 +169,7 @@
162169
[70-comment]: https://github.com/KotlinCrypto/hash/pull/70#issuecomment-2554683182
163170
[71]: https://github.com/KotlinCrypto/hash/pull/71
164171
[74]: https://github.com/KotlinCrypto/hash/pull/74
165-
[discussions-75]: https://github.com/KotlinCrypto/hash/discussions/75
172+
[75-discussion]: https://github.com/KotlinCrypto/hash/discussions/75
173+
[104]: https://github.com/KotlinCrypto/hash/pull/104
174+
[108]: https://github.com/KotlinCrypto/hash/pull/108
175+
[109]: https://github.com/KotlinCrypto/hash/pull/109

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ shown below.
4949
// build.gradle.kts
5050
dependencies {
5151
// define the BOM and its version
52-
implementation(platform("org.kotlincrypto.hash:bom:0.6.0"))
52+
implementation(platform("org.kotlincrypto.hash:bom:0.6.1"))
5353

5454
// define artifacts without version
5555

@@ -77,13 +77,13 @@ dependencies {
7777
```
7878

7979
<!-- TAG_VERSION -->
80-
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.6.0-blue.svg?style=flat
80+
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.6.1-blue.svg?style=flat
8181
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
8282

8383
<!-- TAG_DEPENDENCIES -->
8484
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
8585
[badge-bitops]: https://img.shields.io/badge/kotlincrypto.bitops-0.1.2-blue.svg
86-
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.6.0-blue.svg
86+
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.6.1-blue.svg
8787
[badge-sponges]: https://img.shields.io/badge/kotlincrypto.sponges-0.3.4-blue.svg
8888

8989
<!-- TAG_PLATFORMS -->

build-logic/src/main/kotlin/dokka.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ tasks.withType<DokkaTaskPartial>().configureEach {
3131
externalDocumentationLink {
3232
url = URI("https://core.kotlincrypto.org/").toURL()
3333
}
34+
externalDocumentationLink {
35+
url = URI("https://error.kotlincrypto.org/").toURL()
36+
}
3437

3538
sourceLink {
3639
localDirectory = rootDir

gradle.properties

+1-1
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.6.1-SNAPSHOT
33+
VERSION_NAME=0.6.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

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gradle-kotlin = "1.9.24"
1414
gradle-publish-maven = "0.29.0"
1515

1616
kotlincrypto-bitops = "0.1.2"
17-
kotlincrypto-core = "0.6.1-SNAPSHOT"
17+
kotlincrypto-core = "0.6.1"
1818
kotlincrypto-sponges = "0.3.4"
1919

2020
[libraries]

0 commit comments

Comments
 (0)