File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 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.2.0 (2025-02-25)
4
+ - Updates ` kotlin ` to ` 2.1.10 ` [[ #14 ]] [ 14 ]
5
+
3
6
## Version 0.1.2 (2025-01-17)
4
7
- Fixes ` Counter.Bit64.Final.asBits ` calculation [[ #12 ]] [ 12 ]
5
8
11
14
12
15
[ 9 ] : https://github.com/KotlinCrypto/bitops/pull/9
13
16
[ 12 ] : https://github.com/KotlinCrypto/bitops/pull/12
17
+ [ 14 ] : https://github.com/KotlinCrypto/bitops/pull/14
Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
39
39
``` kotlin
40
40
// build.gradle.kts
41
41
dependencies {
42
- val vBitOps = " 0.1.2 "
42
+ val vBitOps = " 0.2.0 "
43
43
implementation(" org.kotlincrypto.bitops:bits:$vBitOps " )
44
44
implementation(" org.kotlincrypto.bitops:endian:$vBitOps " )
45
45
}
46
46
```
47
47
48
48
<!-- TAG_VERSION -->
49
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1.2 -blue.svg?style=flat
49
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.2.0 -blue.svg?style=flat
50
50
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
51
51
52
52
<!-- TAG_DEPENDENCIES -->
53
- [ badge-kotlin ] : https://img.shields.io/badge/kotlin-1.9.24 -blue.svg?logo=kotlin
53
+ [ badge-kotlin ] : https://img.shields.io/badge/kotlin-2.1.10 -blue.svg?logo=kotlin
54
54
55
55
<!-- TAG_PLATFORMS -->
56
56
[ 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 @@ -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