Skip to content

Commit

Permalink
Merge pull request #22 from ionspin/release-0.8.5
Browse files Browse the repository at this point in the history
Release 0.8.5
  • Loading branch information
ionspin authored Mar 5, 2022
2 parents 9681309 + eafdfe5 commit 4282fc5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build/
/sodiumWrapper/static-ios/
/sodiumWrapper/static-linux-x86-64/
/sodiumWrapper/static-macos-x86-64/
/sodiumWrapper/static-macos/
/sodiumWrapper/static-mingw-x86-64/
/sodiumWrapper/static-tvos/
/sodiumWrapper/static-watchos/
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## Descriptive changelog
(All dates are DD.MM.YYYY)

#### 0.8.5-SNAPSHOT
#### 0.8.6-SNAPSHOT

#### 0.8.5 - 5.3.2022
- Libsodium updated to 7d67f1909bfa6e12254 (2022)
- Fix array out of bounds on native when trying to get a pointer to empty array. Return null instead.
- Fixed #20 - calling `crypto_sign_ed25519_sk_to_curve25519` instead of `crypto_sign_ed25519_pk_to_curve25519` in jvm and native implementations
- Bump to kotlin 1.6.10

#### 0.8.4 - 19.7.2021
- Bump to kotlin 1.5.21
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ attack surfaces, bugs and other issues and you shouldn't use it in production un

#### Gradle
```kotlin
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.4")
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.5")
```

#### Snapshot builds
```kotlin
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.5-SNAPSHOT")
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.6-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 @@ -39,7 +39,7 @@ object Versions {

object ReleaseInfo {
val group = "com.ionspin.kotlin"
val bindingsVersion = "0.8.5-SNAPSHOT"
val bindingsVersion = "0.8.6-SNAPSHOT"
}

object Deps {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4282fc5

Please sign in to comment.