File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Version 0.2.0 (2025-08-25)
3
+ ## Version 0.3.0 (2025-09-19)
4
+ - Updates ` kotlin ` to ` 2.2.20 ` [[ #18 ]] [ 18 ]
5
+ - Lower supported ` KotlinVersion ` to ` 1.8 ` [[ #19 ]] [ 19 ]
6
+
7
+ ## Version 0.2.1 (2025-08-25)
4
8
- Updates ` kotlin ` to ` 2.2.10 ` [[ #17 ]] [ 17 ]
5
9
6
10
## Version 0.2.0 (2025-02-25)
19
23
[ 12 ] : https://github.com/KotlinCrypto/bitops/pull/12
20
24
[ 14 ] : https://github.com/KotlinCrypto/bitops/pull/14
21
25
[ 17 ] : https://github.com/KotlinCrypto/bitops/pull/17
26
+ [ 18 ] : https://github.com/KotlinCrypto/bitops/pull/18
27
+ [ 19 ] : https://github.com/KotlinCrypto/bitops/pull/19
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ The best way to keep `KotlinCrypto` dependencies up to date is by using the
37
37
``` kotlin
38
38
// build.gradle.kts
39
39
dependencies {
40
- val vBitOps = " 0.2.1 "
40
+ val vBitOps = " 0.3.0 "
41
41
implementation(" org.kotlincrypto.bitops:bits:$vBitOps " )
42
42
implementation(" org.kotlincrypto.bitops:endian:$vBitOps " )
43
43
}
44
44
```
45
45
46
46
<!-- TAG_VERSION -->
47
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.2.1 -blue.svg?style=flat
47
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.3.0 -blue.svg?style=flat
48
48
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
49
49
50
50
<!-- 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.3.0-SNAPSHOT
33
+ VERSION_NAME =0.3.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