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 #188 from cloudant/prepare-0.9.0-release
Browse files Browse the repository at this point in the history
Proposed 0.9.0 release
  • Loading branch information
emlaver authored Apr 15, 2019
2 parents 0f5de2e + b1a54ba commit 928748f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Unreleased

# 0.9.0 (2019-04-15)
- [FIXED] Fixed scope of `Operation.Error` to be exposed as public.
- [BREAKING CHANGE] Projects using older Swift tool and language versions will not work with versions newer than 0.8.0.
- [UPGRADED] Minimum Swift language version to 4.2.
- [UPGRADED] Swift tools version and package manifest to version 5.0.
- [BREAKING CHANGE] Projects using older Swift tool and language versions will not work with versions newer than 0.8.0.
- [FIXED] Fixed scope of `Operation.Error` to be exposed as public.

# 0.8.0 (2018-03-20)

Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftCloudant/CouchClient.swift
Original file line number Diff line number Diff line change
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.8.1-SNAPSHOT"
static let version = "0.9.0"

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

s.name = "SwiftCloudant"
s.version = "0.8.1-SNAPSHOT"
s.version = "0.9.0"
s.summary = "SwiftCloudant is a client library for Apache CouchDB / IBM Cloudant"

s.description = <<-DESC
Expand Down

0 comments on commit 928748f

Please sign in to comment.