From 65119ead92d1c9e56d0245989742b37c709d43f9 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 28 Jan 2020 19:22:52 +0800 Subject: [PATCH] Released v1.0.0-beta version --- README.md | 10 +++++++--- SDWebImageSwiftUI.podspec | 2 +- SDWebImageSwiftUI/Module/Info.plist | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9b2d5af..9b2f0da1 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,15 @@ You can also get all benefits from the existing community around with SDWebImage Besides all these features, we do optimization for SwiftUI, like Binding, View Modifier, using the same design pattern to become a good SwiftUI citizen. -## Contribution +## Version This framework is under heavily development, it's recommended to use [the latest release](https://github.com/SDWebImage/SDWebImageSwiftUI/releases) as much as possible (including SDWebImage dependency). -Note we do not guarantee the public API stable for current status until v1.0 version (released soon in February), to follow [Semantic Versioning](https://semver.org/). +The v1.0.0 version is now **on beta**, all the previous users are recommended to use, test and report issues. We need you feedback to drive the future development. The official version may released in February. + +The v1.0.0 version provide all the function above, with the stable API, fully documentation and unit test. This framework follows [Semantic Versioning](https://semver.org/). + +## Contribution All issue reports, feature requests, contributions, and GitHub stars are welcomed. Hope for active feedback and promotion if you find this framework useful. @@ -73,7 +77,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org ```swift let package = Package( dependencies: [ - .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "0.10") + .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "1.0") ], ) ``` diff --git a/SDWebImageSwiftUI.podspec b/SDWebImageSwiftUI.podspec index 7f36c739..c72b1edb 100644 --- a/SDWebImageSwiftUI.podspec +++ b/SDWebImageSwiftUI.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SDWebImageSwiftUI' - s.version = '0.10.2' + s.version = '1.0.0-beta' s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage' s.description = <<-DESC diff --git a/SDWebImageSwiftUI/Module/Info.plist b/SDWebImageSwiftUI/Module/Info.plist index 58bb8ec8..a7ea5c8c 100644 --- a/SDWebImageSwiftUI/Module/Info.plist +++ b/SDWebImageSwiftUI/Module/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.10.2 + 1.0.0-beta CFBundleVersion $(CURRENT_PROJECT_VERSION)