File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 3.1.6
2
+
3
+ # Enhancements
4
+ - Added ability to fetch in progress / current uploads using ` getStoredUploads() ` on a ` TUSClient ` instance.
5
+
1
6
# 3.1.5
2
7
## Fixed
3
8
- Fixed issue with missing custom headers.
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
s . name = 'TUSKit'
10
- s . version = '3.1.5 '
10
+ s . version = '3.1.6 '
11
11
s . summary = 'TUSKit client in Swift'
12
12
s . swift_version = '5.0'
13
13
Original file line number Diff line number Diff line change 1
1
# TUSKit Release checklist
2
2
3
3
* Update [ CHANGELOG.md] ( http://CHANGELOG.md )
4
- * Update TUSKit.podspec with new version nr. and commit
4
+ * Update TUSKit.podspec with new version nr.
5
+ * Make a commit
5
6
* Tag update commit
6
7
* Make sure to push commits _ and_ tag
7
8
* Publish updated podspec ` pod trunk push TUSKit.podspec `
You can’t perform that action at this time.
0 commit comments