File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
- ## Next Release
4
+ ## 3.0.0
5
+
6
+ Released September 9, 2022 &bull ; [ diff] ( https://github.com/RxSwiftCommunity/RxGRDB/compare/v2.1.0...v3.0.0 )
5
7
6
8
- ** New** : Support for GRDB 6
7
9
- ** Breaking Change** : Swift 5.7+ and Xcode 14+ are required.
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ RxGRDB [ • [ Release Notes]
7
7
8
8
** Requirements** : iOS 11.0+ / macOS 10.13+ / tvOS 11.0+ / watchOS 4.0+ • Swift 5.7+ / Xcode 14+
9
9
10
10
| Swift version | RxGRDB version |
11
11
| -------------- | ----------------------------------------------------------------- |
12
+ | ** Swift 5.7** | ** [ v3.0.0] ( http://github.com/RxSwiftCommunity/RxGRDB/tree/v3.0.0 ) ** |
12
13
| Swift 5.3 | [ v2.1.0] ( http://github.com/RxSwiftCommunity/RxGRDB/tree/v2.1.0 ) |
13
14
| Swift 5.2 | [ v2.0.0] ( http://github.com/RxSwiftCommunity/RxGRDB/tree/v2.0.0 ) |
14
15
| Swift 5.1 | [ v0.18.0] ( http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.18.0 ) |
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxGRDB'
3
- s . version = '2.1 .0'
3
+ s . version = '3.0 .0'
4
4
5
5
s . license = { :type => 'MIT' , :file => 'LICENSE' }
6
6
s . summary = 'Reactive extensions for GRDB.swift.'
You can’t perform that action at this time.
0 commit comments