Merge pull request #28 from ionspin/0.8.8-SNAPSHOT
Bump to 0.8.8-SNAPSHOT
This commit is contained in:
commit
b3032ecefe
@ -1,7 +1,13 @@
|
|||||||
## Descriptive changelog
|
## Descriptive changelog
|
||||||
(All dates are DD.MM.YYYY)
|
(All dates are DD.MM.YYYY)
|
||||||
|
|
||||||
#### 0.8.6-SNAPSHOT
|
#### 0.8.8-SNAPSHOT - Current development snapshot
|
||||||
|
|
||||||
|
#### 0.8.7 - 10.9.2022
|
||||||
|
- Bump to kotlin 1.7.10
|
||||||
|
- Update libsodium to latest stable version
|
||||||
|
- Fix for #26 - problems running in test environment on JVM
|
||||||
|
#### 0.8.6 - 19.3.2022
|
||||||
- Bump to 1.6.21
|
- Bump to 1.6.21
|
||||||
- Enable initialization on 32bit Android devices
|
- Enable initialization on 32bit Android devices
|
||||||
- Fix for #23 JS libsodium won't initalize
|
- Fix for #23 JS libsodium won't initalize
|
||||||
|
@ -15,7 +15,7 @@ attack surfaces, bugs and other issues and you shouldn't use it in production un
|
|||||||
|
|
||||||
#### Gradle
|
#### Gradle
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.6")
|
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.7")
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Snapshot builds
|
#### Snapshot builds
|
||||||
@ -23,7 +23,7 @@ implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.6
|
|||||||
repositories {
|
repositories {
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
||||||
}
|
}
|
||||||
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.7-SNAPSHOT")
|
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.8-SNAPSHOT")
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ object Versions {
|
|||||||
|
|
||||||
object ReleaseInfo {
|
object ReleaseInfo {
|
||||||
val group = "com.ionspin.kotlin"
|
val group = "com.ionspin.kotlin"
|
||||||
val bindingsVersion = "0.8.7-SNAPSHOT"
|
val bindingsVersion = "0.8.8-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Deps {
|
object Deps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user