Skip to content

Commit

Permalink
Merge pull request #143 from CocoaPods/2-1-stable
Browse files Browse the repository at this point in the history
Merge 2-1-stable
  • Loading branch information
amorde committed Nov 19, 2023
2 parents b5983f2 + 83808d0 commit e685164
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,17 @@

##### Bug Fixes

* None.


## 2.1 (2023-11-19)

##### Enhancements

* None.

##### Bug Fixes

* Revert minimum required Ruby version to 2.6 to support macOS system ruby installations
[Eric Amorde](https://github.com/amorde)
[#142](https://github.com/CocoaPods/cocoapods-downloader/pull/142)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-downloader (2.0)
cocoapods-downloader (2.1)

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

0 comments on commit e685164

Please sign in to comment.