From 9ae16ffd41f9c056fa3d47c40bdc04aa28d2897c Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Wed, 26 Mar 2014 18:20:06 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 6 ++++-- lib/cocoapods-downloader/gem_version.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed5e38..85de081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog -## Master +## 0.4.0 ###### Enhancements -* Added support to ignore externals (--ignore-externals command line flag) for SVN sources. To ignore the externals it is necessary to specify the `:externals => false` option. +* Added support to ignore externals (--ignore-externals command line flag) for + SVN sources. To ignore the externals it is necessary to specify the + `:externals => false` option. [banjun](https://github.com/banjun) [#8](https://github.com/CocoaPods/cocoapods-downloader/pull/8) diff --git a/lib/cocoapods-downloader/gem_version.rb b/lib/cocoapods-downloader/gem_version.rb index de1550c..187edbb 100644 --- a/lib/cocoapods-downloader/gem_version.rb +++ b/lib/cocoapods-downloader/gem_version.rb @@ -4,7 +4,7 @@ module Downloader # @return [String] Downloader’s version, following # [semver](http://semver.org). # - VERSION = '0.3.0' + VERSION = '0.4.0' end end