Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #177 from cloudant/prepare-0.8.0-release
Browse files Browse the repository at this point in the history
Proposed 0.8.0 release
  • Loading branch information
ricellis committed Mar 20, 2018
2 parents d95f685 + 62e92bf commit 5f757e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,10 @@
# Unreleased
# 0.8.0 (2018-03-20)

- [FIXED] Set the default Swift language version in the SwiftCloudant.podspec to 3.1
- [NEW] Runs on Swift 4.x on Linux with some limitations (see note).
- [FIXED] Set the default Swift language version in the SwiftCloudant.podspec to 3.1.
- [FIXED] Fixed warning for non-exhaustive switch statement.
- [NOTE] The `GetChangesOperation` is not currently supported by the Linux platform,
see [issue #176](https://github.com/cloudant/swift-cloudant/issues/176).

# 0.7.0 (2017-04-10)

Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -36,19 +36,17 @@ on a "best effort" basis.

### Platforms

Currently Swift Cloudant suppports:
Currently Swift Cloudant supports:

- macOS
- Linux (with Swift 4.x; known [issue #176](https://github.com/cloudant/swift-cloudant/issues/176) with `GetChangesOperation`).


Swift Cloudant is unsupported on:

- iOS (should work, but hasn't been tested)
- tvOS
- watchOS
- Linux (see issue [#121][linux] for progress updates)

[linux]:https://github.com/cloudant/swift-cloudant/issues/121

## Using in your project

Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftCloudant/CouchClient.swift
Expand Up @@ -73,7 +73,7 @@ public class CouchDBClient {
internal let rootURL: URL

// The version number of swift-cloudant, as a string
static let version = "0.7.1-SNAPSHOT"
static let version = "0.8.0"

/**
Creates a CouchDBClient instance.
Expand Down
2 changes: 1 addition & 1 deletion SwiftCloudant.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftCloudant"
s.version = "0.7.1-SNAPSHOT"
s.version = "0.8.0"
s.summary = "SwiftCloudant is a client library for Apache CouchDB / IBM Cloudant from Swift 3"

s.description = <<-DESC
Expand Down

0 comments on commit 5f757e2

Please sign in to comment.