Skip to content

Commit

Permalink
Merge pull request #279 from ionspin/realease-0.3.9
Browse files Browse the repository at this point in the history
Realease 0.3.9
  • Loading branch information
ionspin authored Jan 28, 2024
2 parents 6dd1f0e + 48ec6e9 commit 6ab1048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Descriptive changelog
(All dates are DD.MM.YYYY)

##### 0.3.9-SNAPSHOT - current snapshot
##### 0.3.10-SNAPSHOT - current snapshot

##### 0.3.9 - 28.1.2024
- Bump to kotlin 1.9.21
- Expanded BigInteger API to expose bitLength as proposed by #254
- Added wasm-js target
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ expect `a` to be `1.2299999885799495E-13`.

#### Gradle
```kotlin
implementation("com.ionspin.kotlin:bignum:0.3.8")
implementation("com.ionspin.kotlin:bignum:0.3.9")
```

#### Snapshot builds
Expand All @@ -46,7 +46,7 @@ repositories {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}
implementation("com.ionspin.kotlin:bignum:0.3.9-SNAPSHOT")
implementation("com.ionspin.kotlin:bignum:0.3.10-SNAPSHOT")

```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Versions {
val dokkaPlugin = "1.9.10"
}

val projectVersion = "0.3.9-SNAPSHOT"
val projectVersion = "0.3.10-SNAPSHOT"

object Deps {

Expand Down

0 comments on commit 6ab1048

Please sign in to comment.