Skip to content

Commit f0cc9e7

Browse files
authored
Merge pull request #360 from YangSen-qn/releases/7.x
7.5.0 version info
2 parents da4af47 + bc7d5c0 commit f0cc9e7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#Changelog
22

3+
## 7.5.0 (2020-08-21)
4+
## 更新
5+
- 压缩上报的日志内容
6+
- 获取AutoZone信息接口升级至v4
7+
38
## 7.4.4 (2020-08-20)
49
## 修正
510
增加设备磁盘空间不足情况下写本地reporter文件NSHandle异常捕获

Qiniu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = '7.4.4'
3+
s.version = '7.5.0'
44
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
55
s.homepage = 'https://github.com/qiniu/objc-sdk'
66
s.social_media_url = 'http://weibo.com/qiniutek'

QiniuSDK/Utils/QNVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/**
1212
* sdk 版本
1313
*/
14-
static NSString *const kQiniuVersion = @"7.4.4";
14+
static NSString *const kQiniuVersion = @"7.5.0";

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
通过 CocoaPods
1414

1515
```ruby
16-
pod "Qiniu", "~> 7.4.4"
16+
pod "Qiniu", "~> 7.5.0"
1717
```
1818

1919
## 运行环境
2020

2121
| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
2222
| :--------------------------------------: | :------: | :--------: | :-----------: |
23+
| 7.5.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
2324
| 7.4.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
2425
| 7.3.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
2526
| 7.2.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |

0 commit comments

Comments
 (0)