Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Feb 14, 2020
1 parent e523068 commit 3cab1d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.

#### 0.x Releases

- [0.8.0](#080)
- [0.7.1](#071)
- [0.7.0](#070)
- [0.6.0](#060)
Expand All @@ -16,6 +17,12 @@ All notable changes to this project will be documented in this file.
- [0.1.0](#010)


## 0.8.0

Released February 14, 2020

- [#31](https://github.com/groue/GRDBCombine/pull/31) by [@pocketpixels](http://github.com/pocketpixels): Support for CocoaPods

## 0.7.1

Released December 10, 2019
Expand Down
4 changes: 2 additions & 2 deletions GRDBCombine.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GRDBCombine'
s.version = '0.7.1'
s.version = '0.8.0'

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A set of extensions for SQLite, GRDB.swift, and Combine'
s.homepage = 'https://github.com/groue/GRDBCombine'
s.author = { 'Gwendal Roué' => '[email protected]' }
s.source = { :git => 'https://github.com/groue/GRDBCombine', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/groue/GRDBCombine.git', :tag => "v#{s.version}" }
s.module_name = 'GRDBCombine'

s.swift_versions = ['5.0']
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GRDBCombine

---

**Latest release**: [version 0.7.1](https://github.com/groue/GRDBCombine/tree/v0.7.1) (December 10, 2019) • [Release Notes]
**Latest release**: [version 0.8.0](https://github.com/groue/GRDBCombine/tree/v0.8.0) (February 14, 2020) • [Release Notes]

**Requirements**: iOS 13.0+ / macOS 10.15+ / watchOS 6.0+ • Swift 5.1+ / Xcode 11.0+

Expand Down

0 comments on commit 3cab1d7

Please sign in to comment.