Bump version to 0.11.1

This commit is contained in:
Grisha Kruglov 2018-08-09 13:13:07 -07:00 committed by Grisha Kruglov
parent 5976869b0a
commit db4350aab7
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
# 0.11.1 (2018-08-09)
* sdks/android compiled against:
* Kotlin standard library 1.2.41
* **API changes**: Changed wording of MentatError::ConflictingAttributeDefinitions, MentatError::ExistingVocabularyTooNew, MentatError::UnexpectedCoreSchema.
* [Commits](https://github.com/mozilla/mentat/compare/v0.11.0...v0.11.1)
# 0.11 (2018-07-31)
* sdks/android compiled against:

View file

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

View file

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