Skip to content

Commit

Permalink
Merge pull request #93 from CocoaPods/merge13_into_master
Browse files Browse the repository at this point in the history
Merge `1-3-stable` (1.3.0) into `master`
  • Loading branch information
dnkoutso committed Nov 14, 2019
2 parents 4e6b022 + 0c1d2e9 commit 171340f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

##### Enhancements

* None.

##### Bug Fixes

* None.


## 1.3.0 (2019-11-14)

##### Enhancements

* Add `:headers` option to allow passing in custom headers to `cURL` when downloading source via the `:http` download strategy.
[Wilmar van Heerden](https://github.com/wilmarvh)
[cocoapods-downloader#89](https://github.com/CocoaPods/cocoapods-downloader/issues/89)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-downloader (1.2.2)
cocoapods-downloader (1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-downloader/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Downloader
# @return [String] Downloader’s version, following
# [semver](http://semver.org).
#
VERSION = '1.2.2'.freeze
VERSION = '1.3.0'.freeze
end
end

0 comments on commit 171340f

Please sign in to comment.