Skip to content

Commit 283233f

Browse files
AnkaAnka
authored andcommitted
chore: update version to 7.26.4 [skip ci]
1 parent a03f68a commit 283233f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## [7.26.4](https://github.com/algolia/instantsearch-ios/compare/7.26.3...7.26.4) (2025-02-19)
4+
5+
### Fix
6+
7+
- **sortby**: properly map indices names (#332) ([a4cdf26](https://github.com/algolia/instantsearch-ios/commit/a4cdf26))
8+
9+
### Refactor
10+
11+
- optimize page map iterator to avoid items copying (#329) ([d3eff80](https://github.com/algolia/instantsearch-ios/commit/d3eff80))
12+
13+
14+
315
## [7.26.3](https://github.com/algolia/instantsearch-ios/compare/7.26.2...7.26.3) (2024-07-29)
416

517
### Fix

InstantSearch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'InstantSearch'
3-
s.version = '7.26.3'
3+
s.version = '7.26.4'
44
s.platforms = { :ios => "14.0", :osx => "11.0", :watchos => "7.0", :tvos => "14.0" }
55

66
s.license = { type: 'Apache 2.0', file: 'LICENSE.md' }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This is generated file. Don't modify it manually.
2-
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 3, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 4, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)