Skip to content

Commit

Permalink
Preparing 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 4, 2015
1 parent e3ebd25 commit a745178
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog :memo:

### 2.1.0 (03/01/2015)
* Fix crash on calling `sharedInstance` [#47](https://github.com/thibaultCha/TCBlobDownload/issues/47)
* Better handling of the `NSOperation` states
* Expose `TCBlobDownloadErrorDomain`
* Remove `TCBlobDownloadErrorConnectionFailed` and directly return the `NSURLErrorDomain` error in case of connection failure
* Fix Travis tests not executing

### 2.0.1 (01/01/2015)
* Fix a warning regarding a property's attribute in `TCBlobDownload`
* The `TCBlobDownloadManager` sharedInstance's `NSOperationQueue` is named
Expand Down
4 changes: 2 additions & 2 deletions TCBlobDownload.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TCBlobDownload"
s.version = "2.0.1"
s.version = "2.1.0"
s.summary = "Competitive large files downloads for iOS"
s.homepage = "https://github.com/thibaultCha/TCBlobDownload"
s.license = 'MIT'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '5.1.1'
s.source = {
:git => "https://github.com/thibaultCha/TCBlobDownload.git",
:tag => "2.0.1"
:tag => "2.1.0"
}
s.source_files = 'TCBlobDownload/TCBlobDownload/**/*.{h,m}'
s.requires_arc = true
Expand Down
Binary file modified TCBlobDownload/Docs/TCBlobDownloadDocset.zip
Binary file not shown.

0 comments on commit a745178

Please sign in to comment.