Skip to content

Commit 6e2c284

Browse files
committed
Prepare for next development iteration
1 parent ab8d6de commit 6e2c284

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Version 0.6.1 (2025-02-09)
44
- Adds `Digest.digestInto` API for populating an existing `ByteArray` with output [[#108]][108]
55
- Adds `Mac.doFinalInto` API for populating an existing `ByteArray` with output [[#109]][109]
6-
- Adds `Mac.Engine.resetOnDoFinal` constructor argument for providing implementations the ability
6+
- Adds `Mac.Engine.resetOnDoFinal` constructor argument for providing implementations the ability
77
to disable automatic `Engine.reset` call when `doFinal` or `doFinalInto` gets executed [[#111]][111]
88
- Mitigates double resets when implementation is backed by a `Digest`.
9-
- Adds `dokka` documentation at `https://core.kotlincrypto.org`
9+
- Adds `dokka` documentation at `https://core.kotlincrypto.org` [[#116]][116]
1010
- Adds API dependency `org.kotlincrypto.error:error` to module `core` [[#118]][118]
1111

1212
## Version 0.6.0 (2025-01-15)
@@ -184,4 +184,5 @@
184184
[108]: https://github.com/KotlinCrypto/core/pull/108
185185
[109]: https://github.com/KotlinCrypto/core/pull/109
186186
[111]: https://github.com/KotlinCrypto/core/pull/111
187+
[116]: https://github.com/KotlinCrypto/core/pull/116
187188
[118]: https://github.com/KotlinCrypto/core/pull/118

gradle.properties

+2-2
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.6.1
33+
VERSION_NAME=0.7.0-SNAPSHOT
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=00060111
39+
VERSION_CODE=00070011

0 commit comments

Comments
 (0)