From 204bd15e2011532091244781c5ee846ad87f0bd3 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Thu, 1 Dec 2016 12:02:47 +0100 Subject: [PATCH] chore: Version 0.5.0 --- CHANGELOG.md | 12 ++++++++++++ instantsearch/build.gradle | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecea200f..97d983aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.5.0 (2013-12-01) + +### Features +- Faster and more robust Image Loading with [Glide](https://github.com/bumptech/glide) +- Support of binding to attributes that are missing from some records + +### Fixes +- Correct Highlighter's usage of JSONPath +- Unify Searcher's constructor behavior +- Keep initial placeholders of ImageViews bound to a Hits widget for recycling +- Fix potential `Multiple dex files define Lorg/objectweb/asm/AnnotationVisitor` build error + ## 0.4.0 (2013-11-24) ### Features diff --git a/instantsearch/build.gradle b/instantsearch/build.gradle index 518539928..8c8dd4ce7 100755 --- a/instantsearch/build.gradle +++ b/instantsearch/build.gradle @@ -28,7 +28,7 @@ ext { REPO = WEBSITE + ".git" LICENSE = 'MIT' LICENSE_URL = "http://www.opensource.org/licenses/mit-license.php" - VERSION = '0.4.0' + VERSION = '0.5.0' VERSION_DESC = 'Version Beta ' + VERSION VERSION_APPCOMPAT = '24.2.1'