File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11## Descriptive changelog
22(All dates are DD.MM.YYYY)
33
4- ##### 0.3.9-SNAPSHOT - current snapshot
4+ ##### 0.3.10-SNAPSHOT - current snapshot
5+
6+ ##### 0.3.9 - 28.1.2024
57- Bump to kotlin 1.9.21
68- Expanded BigInteger API to expose bitLength as proposed by #254
79- Added wasm-js target
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ expect `a` to be `1.2299999885799495E-13`.
3636
3737#### Gradle
3838``` kotlin
39- implementation(" com.ionspin.kotlin:bignum:0.3.8 " )
39+ implementation(" com.ionspin.kotlin:bignum:0.3.9 " )
4040```
4141
4242#### Snapshot builds
@@ -46,7 +46,7 @@ repositories {
4646 url = uri(" https://oss.sonatype.org/content/repositories/snapshots" )
4747 }
4848}
49- implementation(" com.ionspin.kotlin:bignum:0.3.9 -SNAPSHOT" )
49+ implementation(" com.ionspin.kotlin:bignum:0.3.10 -SNAPSHOT" )
5050
5151```
5252
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ object Versions {
2222 val dokkaPlugin = " 1.9.10"
2323}
2424
25- val projectVersion = " 0.3.9 -SNAPSHOT"
25+ val projectVersion = " 0.3.10 -SNAPSHOT"
2626
2727object Deps {
2828
You can’t perform that action at this time.
0 commit comments