Skip to content

Commit

Permalink
chore: Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PLNech committed Dec 1, 2016
1 parent 95cf4df commit 204bd15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion instantsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 204bd15

Please sign in to comment.