diff --git a/AlamofireImage.podspec b/AlamofireImage.podspec index ef9c8a1e..7e22eecd 100644 --- a/AlamofireImage.podspec +++ b/AlamofireImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AlamofireImage' - s.version = '4.0.1' + s.version = '4.0.2' s.license = 'MIT' s.summary = 'AlamofireImage is an image component library for Alamofire' s.homepage = 'https://github.com/Alamofire/AlamofireImage' diff --git a/AlamofireImage.xcodeproj/project.pbxproj b/AlamofireImage.xcodeproj/project.pbxproj index 711d063d..2320ab4c 100644 --- a/AlamofireImage.xcodeproj/project.pbxproj +++ b/AlamofireImage.xcodeproj/project.pbxproj @@ -2393,7 +2393,7 @@ INFOPLIST_FILE = Source/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 4.0.1; + MARKETING_VERSION = 4.0.2; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage; @@ -2455,7 +2455,7 @@ INFOPLIST_FILE = Source/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 4.0.1; + MARKETING_VERSION = 4.0.2; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage; SDKROOT = iphoneos; diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c47f6ca..0e4ecf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,13 +31,21 @@ All notable changes to this project will be documented in this file. --- +## [4.0.2](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.2) +Released on 2020-02-29. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/AlamofireImage/milestone/38?closed=1). + +#### Fixed +- Swift Package Manager compatibility with local submodules. + - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#403](https://github.com/Alamofire/AlamofireImage/pull/403). + ## [4.0.1](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.1) Released on 2020-02-23. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/37?closed=1). #### Fixed - Swift 5 compatibility. - - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#401](https://github.com/Alamofire/AlamofireImage/pull/401). + - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#401](https://github.com/Alamofire/AlamofireImage/pull/401). ## [4.0.0](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.0) Released on 2020-02-23. All issues associated with this milestone can be found using this diff --git a/Gemfile.lock b/Gemfile.lock index 84a2a07c..126a7341 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,10 +12,10 @@ GEM json (>= 1.5.1) atomos (0.1.3) claide (1.0.3) - cocoapods (1.8.4) + cocoapods (1.9.0) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.8.4) + cocoapods-core (= 1.9.0) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.2.2, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -30,13 +30,15 @@ GEM molinillo (~> 0.6.6) nap (~> 1.0) ruby-macho (~> 1.4) - xcodeproj (>= 1.11.1, < 2.0) - cocoapods-core (1.8.4) + xcodeproj (>= 1.14.0, < 2.0) + cocoapods-core (1.9.0) activesupport (>= 4.0.2, < 6) algoliasearch (~> 1.0) concurrent-ruby (~> 1.1) fuzzy_match (~> 2.0.4) nap (~> 1.0) + netrc (~> 0.11) + typhoeus (~> 1.0) cocoapods-deintegrate (1.0.4) cocoapods-downloader (1.3.0) cocoapods-plugins (1.0.0) @@ -50,6 +52,8 @@ GEM colored2 (3.1.2) concurrent-ruby (1.1.6) escape (0.0.4) + ethon (0.12.0) + ffi (>= 1.3.0) ffi (1.12.2) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -82,6 +86,8 @@ GEM ffi (~> 1.9) sqlite3 (1.4.2) thread_safe (0.3.6) + typhoeus (1.3.1) + ethon (>= 0.9.0) tzinfo (1.2.6) thread_safe (~> 0.1) xcinvoke (0.3.0) diff --git a/docs/Classes.html b/docs/Classes.html index 8a243be5..2b1cbd33 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -347,7 +347,7 @@