Skip to content

Commit fd14b91

Browse files
committed
v3.0.0
1 parent cd3297c commit fd14b91

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Release Notes
22
=============
33

4-
## Next Release
4+
## 3.0.0
5+
6+
Released September 9, 2022 • [diff](https://github.com/RxSwiftCommunity/RxGRDB/compare/v2.1.0...v3.0.0)
57

68
- **New**: Support for GRDB 6
79
- **Breaking Change**: Swift 5.7+ and Xcode 14+ are required.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ RxGRDB [![Swift 5.7](https://img.shields.io/badge/swift-5.7-orange.svg?style=fla
33

44
### A set of extensions for [SQLite], [GRDB.swift], and [RxSwift]
55

6-
**Latest release**: October 17, 2021 • version 2.1.0[Release Notes]
6+
**Latest release**: September 9, 2022[version 3.0.0](https://github.com/RxSwiftCommunity/RxGRDB/tree/v3.0.0)[Release Notes]
77

88
**Requirements**: iOS 11.0+ / macOS 10.13+ / tvOS 11.0+ / watchOS 4.0+ • Swift 5.7+ / Xcode 14+
99

1010
| Swift version | RxGRDB version |
1111
| -------------- | ----------------------------------------------------------------- |
12+
| **Swift 5.7** | **[v3.0.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v3.0.0)** |
1213
| Swift 5.3 | [v2.1.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v2.1.0) |
1314
| Swift 5.2 | [v2.0.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v2.0.0) |
1415
| Swift 5.1 | [v0.18.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.18.0) |

RxGRDB.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 = 'RxGRDB'
3-
s.version = '2.1.0'
3+
s.version = '3.0.0'
44

55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.summary = 'Reactive extensions for GRDB.swift.'

0 commit comments

Comments
 (0)