Skip to content

Commit 471ce3c

Browse files
committed
v0.8.0
1 parent db05716 commit 471ce3c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Release Notes
22
=============
33

4-
## Next Version
4+
## 0.8.0
5+
6+
Released January 18, 2018 • [diff](https://github.com/RxSwiftCommunity/RxGRDB/compare/v0.7.0...v0.8.0)
57

68
This version enhances the scheduling of database notifications, and the tracking of specific database rows.
79

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2017 RxSwiftCommunity
1+
Copyright (C) 2018 RxSwiftCommunity
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RxGRDB [![Swift](https://img.shields.io/badge/swift-4-orange.svg?style=flat)](ht
33

44
### A set of reactive extensions for SQLite and [GRDB.swift](http://github.com/groue/GRDB.swift)
55

6-
**Latest release**: October 18, 2017 • version 0.7.0 • [Release Notes](CHANGELOG.md)
6+
**Latest release**: January 18, 2018 • version 0.8.0 • [Release Notes](CHANGELOG.md)
77

88
**Requirements**: iOS 8.0+ / macOS 10.10+ / watchOS 2.0+ • Swift 4.0 / Xcode 9+
99

@@ -12,7 +12,7 @@ RxGRDB [![Swift](https://img.shields.io/badge/swift-4-orange.svg?style=flat)](ht
1212
| Swift 3 | [v0.3.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.3.0) |
1313
| Swift 3.1 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
1414
| Swift 3.2 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
15-
| **Swift 4** | **v0.7.0** |
15+
| **Swift 4** | **v0.8.0** |
1616

1717

1818
---

RxGRDB.podspec

+1-1
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 = '0.7.0'
3+
s.version = '0.8.0'
44

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

0 commit comments

Comments
 (0)