Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Mar 26, 2014
1 parent 32214b6 commit 9ae16ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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 @@ -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

0 comments on commit 9ae16ff

Please sign in to comment.