Skip to content

Commit

Permalink
version to v8.8.0 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn authored Jun 24, 2024
1 parent 350f2d0 commit b9914f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#Changelog
## 8.8.0(2024-06-24)
- 上传支持加速域名
- 查询区域移除备用域名:api.qiniu.com

## 8.7.2(2024-04-11)
- 增加 PrivacyInfo 文件

Expand Down
2 changes: 1 addition & 1 deletion Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '8.7.2'
s.version = '8.8.0'
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
s.homepage = 'https://github.com/qiniu/objc-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
Expand Down
2 changes: 1 addition & 1 deletion QiniuSDK/Utils/QNVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
/**
* sdk 版本
*/
static NSString *const kQiniuVersion = @"8.7.2";
static NSString *const kQiniuVersion = @"8.8.0";
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
通过 CocoaPods

```ruby
pod "Qiniu", "~> 8.7.2"
pod "Qiniu", "~> 8.8.0"
```

通过 Swift Package Manager (Xcode 11+)
Expand All @@ -26,7 +26,7 @@ File -> Swift Packages -> Add Package Dependency,输入库链接,选择相
库对接:
let package = Package(
dependencies: [
.package(url: "https://github.com/qiniu/objc-sdk", from: "8.7.2")
.package(url: "https://github.com/qiniu/objc-sdk", from: "8.8.0")
],
// ...
)
Expand All @@ -37,6 +37,7 @@ let package = Package(

| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
| :--------------------------------------: | :------: | :--------: | :-----------: |
| 8.8.x | iOS 9 | OS X 10.15 | Xcode 最低版本 11 |
| 8.7.x | iOS 9 | OS X 10.15 | Xcode 最低版本 11 |
| 8.6.x | iOS 7 | OS X 10.15 | Xcode 最低版本 11 |
| 8.5.x | iOS 7 | OS X 10.15 | Xcode 最低版本 11 |
Expand Down

0 comments on commit b9914f9

Please sign in to comment.