Skip to content

Commit 6ab1048

Browse files
authored
Merge pull request #279 from ionspin/realease-0.3.9
Realease 0.3.9
2 parents 6dd1f0e + 48ec6e9 commit 6ab1048

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

buildSrc/src/main/kotlin/Deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
object Deps {
2828

0 commit comments

Comments
 (0)