Bump to version 0.11.0.

This commit is contained in:
Nick Alexander 2018-07-31 09:58:43 -07:00
parent 4325d6c0c3
commit 65e9822ad6
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
# 0.11 (2018-07-31)
* sdks/android compiled against:
* Kotlin standard library 1.2.41
* **sdks/android**: `Mentat()` constructor replaced with `open` factory method.
* [Commits](https://github.com/mozilla/mentat/compare/v0.10.0...v0.11.0)
# 0.10 (2018-07-26)
* sdks/android compiled against:

View file

@ -12,7 +12,7 @@ authors = [
"Thom Chiovoloni <tchiovoloni@mozilla.com>",
]
name = "mentat"
version = "0.10.0"
version = "0.11.0"
build = "build/version.rs"
[features]

View file

@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.2.41'
ext.library = [
version: '0.10.0'
version: '0.11.0'
]
ext.build = [