File tree 4 files changed +9
-5
lines changed
build-logic/src/main/kotlin
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.3.0 (2025-02-25)
4
+ - Updates ` kotlin ` to ` 2.1.10 ` [[ #7 ]] [ 7 ]
5
+
3
6
## Version 0.2.0 (2025-02-06)
4
7
- Change publication coordinates from group ` org.kotlincrypto.error:error ` to ` org.kotlincrypto:error ` [[ #3 ]] [ 3 ]
5
8
- Add precondition check helper functions for ` InvalidParameterException ` [[ #5 ]] [ 5 ]
9
12
10
13
[ 3 ] : https://github.com/KotlinCrypto/error/pull/3
11
14
[ 5 ] : https://github.com/KotlinCrypto/error/pull/5
15
+ [ 7 ] : https://github.com/KotlinCrypto/error/pull/7
Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ 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:0.2 .0" )
43
+ implementation(" org.kotlincrypto:error:0.3 .0" )
44
44
}
45
45
```
46
46
47
47
<!-- TAG_VERSION -->
48
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.2 .0-blue.svg?style=flat
48
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.3 .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 -->
52
- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.24 -blue.svg?logo=kotlin
52
+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.1.10 -blue.svg?logo=kotlin
53
53
54
54
<!-- TAG_PLATFORMS -->
55
55
[ badge-platform-android ] : http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rootProject.dependencies { dokka(project(project.path)) }
26
26
27
27
extensions.configure<DokkaExtension > {
28
28
dokkaPublications.configureEach {
29
- suppressInheritedMembers .set(true )
29
+ suppressObviousFunctions .set(true )
30
30
}
31
31
32
32
dokkaSourceSets.configureEach {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ POM_DEVELOPER_ID=KotlinCrypto
33
33
POM_DEVELOPER_NAME =Kotlin Crypto
34
34
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
35
35
36
- VERSION_NAME =0.3.0-SNAPSHOT
36
+ VERSION_NAME =0.3.0
37
37
# 0.1.0-alpha01 = 00 01 00 11
38
38
# 0.1.0-beta01 = 00 01 00 21
39
39
# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments