Skip to content

Commit

Permalink
chore: update version to 7.26.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Feb 19, 2025
1 parent a03f68a commit 283233f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## [7.26.4](https://github.com/algolia/instantsearch-ios/compare/7.26.3...7.26.4) (2025-02-19)

### Fix

- **sortby**: properly map indices names (#332) ([a4cdf26](https://github.com/algolia/instantsearch-ios/commit/a4cdf26))

### Refactor

- optimize page map iterator to avoid items copying (#329) ([d3eff80](https://github.com/algolia/instantsearch-ios/commit/d3eff80))



## [7.26.3](https://github.com/algolia/instantsearch-ios/compare/7.26.2...7.26.3) (2024-07-29)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'InstantSearch'
s.version = '7.26.3'
s.version = '7.26.4'
s.platforms = { :ios => "14.0", :osx => "11.0", :watchos => "7.0", :tvos => "14.0" }

s.license = { type: 'Apache 2.0', file: 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/InstantSearchCore/Helper/Version+Current.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This is generated file. Don't modify it manually.
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 3, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 4, prereleaseIdentifier: nil) }

0 comments on commit 283233f

Please sign in to comment.