File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 0.1.2 (2025-01-17)
4
+ - Fixes ` Counter.Bit64.Final.asBits ` calculation [[ #12 ]] [ 12 ]
5
+
3
6
## Version 0.1.1 (2025-01-14)
4
7
- Add checks to ` Counter ` that ` incrementBy ` is perfectly divisible into ` {Int/Long}.MIN_VALUE ` [[ #9 ]] [ 9 ]
5
8
6
9
## Version 0.1.0 (2025-01-13)
7
10
- Initial Release
8
11
9
12
[ 9 ] : https://github.com/KotlinCrypto/bitops/pull/9
13
+ [ 12 ] : https://github.com/KotlinCrypto/bitops/pull/12
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ 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.1 "
42
+ val vBitOps = " 0.1.2 "
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.1 -blue.svg?style=flat
49
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-0.1.2 -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 -->
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ POM_DEVELOPER_ID=KotlinCrypto
27
27
POM_DEVELOPER_NAME =Kotlin Crypto
28
28
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
29
29
30
- VERSION_NAME =0.1.2-SNAPSHOT
30
+ VERSION_NAME =0.1.2
31
31
# 0.1.0-alpha01 = 00 01 00 11
32
32
# 0.1.0-beta01 = 00 01 00 21
33
33
# 0.1.0-rc01 = 00 01 00 31
You can’t perform that action at this time.
0 commit comments