Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Dec 10, 2019
1 parent 08747ad commit c155a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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.7.1](#071)
- [0.7.0](#070)
- [0.6.0](#060)
- [0.5.0](#050)
Expand All @@ -15,7 +16,9 @@ All notable changes to this project will be documented in this file.
- [0.1.0](#010)


## Next Release
## 0.7.1

Released December 10, 2019

- [#27](https://github.com/groue/GRDBCombine/pull/27) by [@groue](http://github.com/groue): Fix error handling of asynchronous writes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GRDBCombine

---

**Latest release**: [version 0.7.0](https://github.com/groue/GRDBCombine/tree/v0.7.0) (October 27, 2019) • [Release Notes]
**Latest release**: [version 0.7.1](https://github.com/groue/GRDBCombine/tree/v0.7.1) (December 10, 2019) • [Release Notes]

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

Expand Down Expand Up @@ -109,7 +109,7 @@ The [Swift Package Manager] automates the distribution of Swift code. To use GRD
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/groue/GRDBCombine.git", .exact("0.7.0"))
.package(url: "https://github.com/groue/GRDBCombine.git", ...)
]
)
```
Expand Down

0 comments on commit c155a57

Please sign in to comment.