Skip to content

Commit

Permalink
Version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Le Provost committed Jun 29, 2016
1 parent 3ab011d commit 84f0ca0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearch-Client-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Client-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '3.2.1'
s.version = '3.3'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
2 changes: 1 addition & 1 deletion AlgoliaSearch-Offline-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Offline-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '3.2.1'
s.version = '3.3'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
7 changes: 5 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Change Log
==========

## 3.3 (TODO: Freeze date when released)
## 3.3 (2016-06-29)

- (#77) Support a list of languages as a value for the `removeStopWords` query parameter. **Warning:** The type of the
corresponding property had to be degraded from `Bool?` to `AnyObject?`; as a consequence, the getter suffers from an
incompatible change (but not the setter).
- (#79) Support `aroundRadius=all` in query parameters.
- (#79) Support `aroundRadius=all` in query parameters
- (#76) Support the `exactOnSingleWordQuery` query parameter
- (#76) Support the `alternativesAsExact` query parameter
- (#74) Support Swift 2.3
- (#75) Fix iTunes Connect submission issue when using Carthage: minimum iOS version is now 8.0
- Update documentation


## 3.2.1 (2016-05-27)
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.2.1</string>
<string>3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 84f0ca0

Please sign in to comment.