parent
231627b921
commit
4c7f169e39
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.5.0] - 2020-06-01
|
||||
### Added
|
||||
- Add the convenient API support to use SwiftUI transition with ease-in-out duration #116
|
||||
- Update the Travis-CI to use Catalina and enable macOS test case #98
|
||||
|
||||
## [1.4.0] - 2020-05-07
|
||||
### Added
|
||||
- Add the same overload method for onSuccess API, which introduce the image data arg. Keep the source code compatibility #109
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '1.4.0'
|
||||
s.version = '1.5.0'
|
||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.0</string>
|
||||
<string>1.5.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue