Bump to version 0.10.0.
This commit is contained in:
parent
a8cc9cb70d
commit
faef4e9ee8
3 changed files with 13 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
# 0.10 (2018-07-26)
|
||||||
|
|
||||||
|
* sdks/android compiled against:
|
||||||
|
* Kotlin standard library 1.2.41
|
||||||
|
|
||||||
|
* **API changes**:
|
||||||
|
* `store_open{_encrypted}` now accepts an error parameter; corresponding constructors changed to be factory functions.
|
||||||
|
|
||||||
|
* [Commits](https://github.com/mozilla/mentat/compare/v0.9.0...v0.10.0)
|
||||||
|
|
||||||
# 0.9 (2018-07-25)
|
# 0.9 (2018-07-25)
|
||||||
|
|
||||||
* sdks/android compiled against:
|
* sdks/android compiled against:
|
||||||
|
@ -8,4 +18,4 @@
|
||||||
|
|
||||||
* **sdks/android**: First version published to nalexander's personal bintray repository.
|
* **sdks/android**: First version published to nalexander's personal bintray repository.
|
||||||
* Various bugfixes and refactorings (see commits below for details)
|
* Various bugfixes and refactorings (see commits below for details)
|
||||||
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v0.8.1...v0.9)
|
* [Commits](https://github.com/mozilla/mentat/compare/v0.8.1...v0.9.0)
|
||||||
|
|
|
@ -12,7 +12,7 @@ authors = [
|
||||||
"Thom Chiovoloni <tchiovoloni@mozilla.com>",
|
"Thom Chiovoloni <tchiovoloni@mozilla.com>",
|
||||||
]
|
]
|
||||||
name = "mentat"
|
name = "mentat"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
build = "build/version.rs"
|
build = "build/version.rs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
ext.kotlin_version = '1.2.41'
|
ext.kotlin_version = '1.2.41'
|
||||||
|
|
||||||
ext.library = [
|
ext.library = [
|
||||||
version: '0.9.0'
|
version: '0.10.0'
|
||||||
]
|
]
|
||||||
|
|
||||||
ext.build = [
|
ext.build = [
|
||||||
|
|
Loading…
Reference in a new issue