diff --git a/ChangeLog.md b/ChangeLog.md index c632cd51..26cecb41 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,15 @@ Change Log ========== +## 0.3 (2016-12-06) + +- [refact] Rebrand as "InstantSearch Core for Swift". **Breaking change:** Names of Git repository, module and pod have changed. +- The `Searcher` class now accepts a delegate (in addition to result handlers and event notifications) +- [refact] New handling of query numeric and facet filters +- [doc] New documentation structure +- [test] Add unit tests for `Highlighter` + + ## 0.2 (2016-09-14) ### New features diff --git a/InstantSearch-Core-Offline-Swift.podspec b/InstantSearch-Core-Offline-Swift.podspec index 5fd1c6ee..3ebb2160 100644 --- a/InstantSearch-Core-Offline-Swift.podspec +++ b/InstantSearch-Core-Offline-Swift.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ------------ s.name = 'InstantSearch-Core-Offline-Swift' s.module_name = 'InstantSearchCore' - s.version = '0.2' + s.version = '0.3' s.license = 'MIT' s.summary = 'Instant Search library for Swift by Algolia' s.homepage = 'https://github.com/algolia/instantsearch-core-swift' diff --git a/InstantSearch-Core-Swift.podspec b/InstantSearch-Core-Swift.podspec index 7e2a2629..e369c93a 100644 --- a/InstantSearch-Core-Swift.podspec +++ b/InstantSearch-Core-Swift.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ------------ s.name = 'InstantSearch-Core-Swift' s.module_name = 'InstantSearchCore' - s.version = '0.2' + s.version = '0.3' s.license = 'MIT' s.summary = 'Instant Search library for Swift by Algolia' s.homepage = 'https://github.com/algolia/instantsearch-core-swift' diff --git a/Sources/Info.plist b/Sources/Info.plist index 31fb8fc0..9d456129 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2 + 0.3 CFBundleSignature ???? CFBundleVersion