Skip to content

Commit db02125

Browse files
author
Clément Le Provost
committed
Version 3.6
1 parent 122f2a6 commit db02125

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.5'
4+
s.version = '3.6'
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.5'
4+
s.version = '3.6'
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Change Log
22
==========
33

4-
## Next
4+
## 3.6 (2016-08-09)
5+
6+
- Add explicit support for **tvOS** in the Cocoapods pod spec. (In fact, tvOS has been supported for a while in our code, but somehow never made it to the pod spec.) *Note: not supported by the offline mode.*
7+
- Add support for HTML documentation generation via [Jazzy](https://github.com/realm/jazzy)
8+
- Fix behavior of the `exhaustiveFacetsCount` response field when using disjunctive faceting
9+
- Migrate the `User-Agent` HTTP header to a new, more parseable format; now also includes the operating system's version.
10+
- Change value of `ErrorDomain` constant. *Note: not a breaking change unless you relied on the value itself.*
11+
- Update documentation
512

613
### Offline mode
714

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.5</string>
18+
<string>3.6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)