Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Feb 20, 2018
1 parent 8df965a commit f43fb6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Release Notes
=============

## Next Version
## 0.8.1

Fixes a bug that would have [values observables](https://github.com/RxSwiftCommunity/RxGRDB/blob/master/README.md#values-observables) fail to observe some database changes.
Released February 20, 2018 • [diff](https://github.com/RxSwiftCommunity/RxGRDB/compare/v0.8.0...v0.8.1)

- Fixes a bug that would have [values observables](https://github.com/RxSwiftCommunity/RxGRDB/blob/master/README.md#values-observables) fail to observe some database changes.


## 0.8.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ RxGRDB [![Swift](https://img.shields.io/badge/swift-4-orange.svg?style=flat)](ht

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

**Latest release**: January 18, 2018 • version 0.8.0 • [Release Notes](CHANGELOG.md)
**Latest release**: February 20, 2018 • version 0.8.1 • [Release Notes](CHANGELOG.md)

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

| Swift version | RxGRDB version |
| ------------- | --------------------------------------------------------------- |
| Swift 3 | [v0.3.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.3.0) |
| Swift 3.1 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
| **Swift 4** | **v0.8.1** |
| Swift 3.2 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
| **Swift 4** | **v0.8.0** |
| Swift 3.1 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
| Swift 3 | [v0.3.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.3.0) |


---
Expand Down
2 changes: 1 addition & 1 deletion RxGRDB.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxGRDB'
s.version = '0.8.0'
s.version = '0.8.1'

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

0 comments on commit f43fb6b

Please sign in to comment.