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 1
1
# CHANGELOG
2
2
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
+
3
7
## Version 0.1.0 (2025-02-05)
4
8
- 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
40
40
``` kotlin
41
41
// build.gradle.kts
42
42
dependencies {
43
- implementation(" org.kotlincrypto.error :error:0.1 .0" )
43
+ implementation(" org.kotlincrypto:error:0.2 .0" )
44
44
}
45
45
```
46
46
47
47
<!-- 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
49
49
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
50
50
51
51
<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ POM_DEVELOPER_ID=KotlinCrypto
30
30
POM_DEVELOPER_NAME =Kotlin Crypto
31
31
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
32
32
33
- VERSION_NAME =0.2.0-SNAPSHOT
33
+ VERSION_NAME =0.2.0
34
34
# 0.1.0-alpha01 = 00 01 00 11
35
35
# 0.1.0-beta01 = 00 01 00 21
36
36
# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments