Skip to content

Commit 6ac1b18

Browse files
chore: release 9.0.0-alpha.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 4b583eb commit 6ac1b18

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

AlgoliaSearchClient.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 = 'AlgoliaSearchClient'
33
s.module_name = 'AlgoliaSearchClient'
4-
s.version = '9.0.0-alpha.0'
4+
s.version = '9.0.0-alpha.1'
55
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :branch => 'next' }
66
s.authors = { 'Algolia' => '[email protected]' }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## [9.0.0-alpha.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-alpha.0...9.0.0-alpha.1)
2+
3+
- [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/)
4+
- [297baa987](https://github.com/algolia/api-clients-automation/commit/297baa987) chore(clients): provide snippets for all languages ([#2518](https://github.com/algolia/api-clients-automation/pull/2518)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [c0bf57093](https://github.com/algolia/api-clients-automation/commit/c0bf57093) fix(swift): add RequestOptions ([#2523](https://github.com/algolia/api-clients-automation/pull/2523)) by [@Fluf22](https://github.com/Fluf22/)
6+
- [147035cf5](https://github.com/algolia/api-clients-automation/commit/147035cf5) feat(swift): initial generation ([#2370](https://github.com/algolia/api-clients-automation/pull/2370)) by [@Fluf22](https://github.com/Fluf22/)
7+
- [857f3632e](https://github.com/algolia/api-clients-automation/commit/857f3632e) feat(clients): generate code snippets from cts ([#2511](https://github.com/algolia/api-clients-automation/pull/2511)) by [@shortcuts](https://github.com/shortcuts/)
8+

Sources/Core/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ extension Version: CustomStringConvertible {
4343
}
4444

4545
extension Version {
46-
public static let current: Version = .init(version: "9.0.0-alpha.0")
46+
public static let current: Version = .init(version: "9.0.0-alpha.1")
4747
}

0 commit comments

Comments
 (0)