Skip to content

Commit c55f45f

Browse files
committed
chore: add compatibility with RxSwift 6
1 parent 21ee623 commit c55f45f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# RxQueryKit
22

3+
## 0.7.1
4+
5+
### Enhancements
6+
7+
- Compatibility with RxSwift 6.
8+
9+
310
## 0.7.0
411

512
### Breaking Changes

Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
22
- QueryKit (0.14.1)
3-
- RxSwift (5.1.1)
3+
- RxSwift (6.1.0)
44

55
DEPENDENCIES:
66
- QueryKit (~> 0.14.0)
7-
- RxSwift (~> 5.1)
7+
- RxSwift (~> 6.0)
88

99
SPEC REPOS:
1010
trunk:
@@ -13,7 +13,7 @@ SPEC REPOS:
1313

1414
SPEC CHECKSUMS:
1515
QueryKit: 60dae8ff75d5805f9c703c68c0ef4294c9dd7de6
16-
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
16+
RxSwift: a834e5c538e89eca0cae86f403f4fbf0336786ce
1717

1818
PODFILE CHECKSUM: c654bc3cb69caf3e277e1e5664a489d7a2bba3f7
1919

RxQueryKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'RxQueryKit'
3-
spec.version = '0.7.0'
3+
spec.version = '0.7.1'
44
spec.summary = 'RxSwift extensions for dealing with QueryKit'
55
spec.homepage = 'https://github.com/QueryKit/RxQueryKit'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.ios.deployment_target = '8.0'
1313
spec.osx.deployment_target = '10.10'
1414
spec.requires_arc = true
15-
spec.dependency 'RxSwift', '~> 5.1'
15+
spec.dependency 'RxSwift', '~> 6.0'
1616
spec.dependency 'QueryKit', '~> 0.14.0'
1717
end
1818

0 commit comments

Comments
 (0)