Update changelog and readme, release fixes #29
This commit is contained in:
parent
89947873e7
commit
d8fb4b41ca
@ -1,7 +1,10 @@
|
||||
## Descriptive changelog
|
||||
(All dates are DD.MM.YYYY)
|
||||
|
||||
#### 0.8.8-SNAPSHOT - Current development snapshot
|
||||
#### 0.8.9-SNAPSHOT - Current development snapshot
|
||||
|
||||
#### 0.8.8 - 9.10.2022
|
||||
- Fix for missing mingw target in published library modules.xml (#29)
|
||||
|
||||
#### 0.8.7 - 10.9.2022
|
||||
- Bump to kotlin 1.7.10
|
||||
|
@ -15,7 +15,7 @@ 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.7")
|
||||
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.8")
|
||||
```
|
||||
|
||||
#### Snapshot builds
|
||||
@ -23,7 +23,7 @@ implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.7
|
||||
repositories {
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
}
|
||||
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.8-SNAPSHOT")
|
||||
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.9-SNAPSHOT")
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user