File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 0.2.0 (2025-02-06)
4+ - Change publication coordinates from group ` org.kotlincrypto.error:error ` to ` org.kotlincrypto:error ` [[ #3 ]] [ 3 ]
5+ - Add precondition check helper functions for ` InvalidParameterException ` [[ #5 ]] [ 5 ]
6+
37## Version 0.1.0 (2025-02-05)
48 - Initial Release
9+
10+ [ 3 ] : https://github.com/KotlinCrypto/error/pull/3
11+ [ 5 ] : https://github.com/KotlinCrypto/error/pull/5
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
4040``` kotlin
4141// build.gradle.kts
4242dependencies {
43- implementation(" org.kotlincrypto.error :error:0.1 .0" )
43+ implementation(" org.kotlincrypto:error:0.2 .0" )
4444}
4545```
4646
4747<!-- TAG_VERSION -->
48- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1 .0-blue.svg?style=flat
48+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.2 .0-blue.svg?style=flat
4949[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
5050
5151<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
3030POM_DEVELOPER_NAME =Kotlin Crypto
3131POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
3232
33- VERSION_NAME =0.2.0-SNAPSHOT
33+ VERSION_NAME =0.2.0
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
You can’t perform that action at this time.
0 commit comments