Skip to content

Commit e2183c1

Browse files
committed
Prep for releasing version 0.8.6.
1 parent 38f578b commit e2183c1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.8.6
2+
3+
- Revert a change that prevented publishing.
4+
15
# 0.8.5
26

37
- Allow to use `+nightly`, etc, with `cargo { rustupChannel = "..." }`. Fixes #24.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
}
2222
dependencies {
23-
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.5'
23+
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.6'
2424
}
2525
}
2626
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.kotlin_version = '1.2.41'
3-
ext.plugin_version = '0.8.5'
3+
ext.plugin_version = '0.8.6'
44

55
repositories {
66
google()

0 commit comments

Comments
 (0)