From faef4e9ee8f3c6dd32a0dbfeb25ceffd6e86b2b6 Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Thu, 26 Jul 2018 13:09:18 -0700 Subject: [PATCH] Bump to version 0.10.0. --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- sdks/android/Mentat/build.gradle | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255ddcd3..5357bf88 100644 --- a/CHANGELOG.md +++ b/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) * sdks/android compiled against: @@ -8,4 +18,4 @@ * **sdks/android**: First version published to nalexander's personal bintray repository. * 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) diff --git a/Cargo.toml b/Cargo.toml index 631463a2..165a083e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = [ "Thom Chiovoloni ", ] name = "mentat" -version = "0.9.0" +version = "0.10.0" build = "build/version.rs" [features] diff --git a/sdks/android/Mentat/build.gradle b/sdks/android/Mentat/build.gradle index 96b6c7cc..22784c91 100644 --- a/sdks/android/Mentat/build.gradle +++ b/sdks/android/Mentat/build.gradle @@ -4,7 +4,7 @@ buildscript { ext.kotlin_version = '1.2.41' ext.library = [ - version: '0.9.0' + version: '0.10.0' ] ext.build = [