File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AlgoliaSearchClient'
33 s . module_name = 'AlgoliaSearchClient'
4- s . version = '9.0.0-beta.14 '
5- s . source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git' , :tag => '9.0.0-beta.14 ' }
4+ s . version = '9.0.0-beta.15 '
5+ s . source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git' , :tag => '9.0.0-beta.15 ' }
66 s . authors = { 'Algolia' => '[email protected] ' } 77 s . license = { :type => 'MIT' , :file => 'LICENSE' }
88 s . homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next'
Original file line number Diff line number Diff line change 1+ ## [ 9.0.0-beta.15] ( https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.14...9.0.0-beta.15 )
2+
3+ - [ 2c6147ee7] ( https://github.com/algolia/api-clients-automation/commit/2c6147ee7 ) feat(specs): add generate code endpoint to ingestion specs ([ #3489 ] ( https://github.com/algolia/api-clients-automation/pull/3489 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
4+ - [ 6c62a81a7] ( https://github.com/algolia/api-clients-automation/commit/6c62a81a7 ) fix(specs): ingestion docker task input ([ #3488 ] ( https://github.com/algolia/api-clients-automation/pull/3488 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
5+ - [ eab2887f8] ( https://github.com/algolia/api-clients-automation/commit/eab2887f8 ) fix(specs): ingestion search endpoint ([ #3487 ] ( https://github.com/algolia/api-clients-automation/pull/3487 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
6+
17## [ 9.0.0-beta.14] ( https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.13...9.0.0-beta.14 )
28
39- [ ac0cadb8a] ( https://github.com/algolia/api-clients-automation/commit/ac0cadb8a ) feat(specs): add transformation copilot to ingestion ([ #3479 ] ( https://github.com/algolia/api-clients-automation/pull/3479 ) ) by [ @Fluf22 ] ( https://github.com/Fluf22/ )
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ extension Version: CustomStringConvertible {
4848}
4949
5050public extension Version {
51- static let current : Version = . init( version: " 9.0.0-beta.14 " )
51+ static let current : Version = . init( version: " 9.0.0-beta.15 " )
5252}
You can’t perform that action at this time.
0 commit comments