Skip to content

Commit 84f0ca0

Browse files
author
Clément Le Provost
committed
Version 3.3
1 parent 3ab011d commit 84f0ca0

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

AlgoliaSearch-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearch-Client-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '3.2.1'
4+
s.version = '3.3'
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'

AlgoliaSearch-Offline-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearch-Offline-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '3.2.1'
4+
s.version = '3.3'
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'

ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Change Log
22
==========
33

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

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

1316

1417
## 3.2.1 (2016-05-27)

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.2.1</string>
18+
<string>3.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)