Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Apr 13, 2024
1 parent ad64fa1 commit 509d22e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Descriptive changelog
(All dates are DD.MM.YYYY)

#### 0.9.2-SNAPSHOT - current development snapshot
#### 0.9.3-SNAPSHOT - current development snapshot

#### 0.9.2 - 13.4.2024
- Use 2.0.2 release of resource loader instead of forked snapshot

#### 0.9.1 - 6.4.2024
- Fix #42, return values from libsodium calls are now checked
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,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.9.1")
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.2")
```

#### Snapshot builds
```kotlin
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.2-SNAPSHOT")
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.3-SNAPSHOT")

```

Expand Down

0 comments on commit 509d22e

Please sign in to comment.