Commit cf8127a 1 parent cbd7870 commit cf8127a Copy full SHA for cf8127a
File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Alamofire'
3
- s . version = '1.3.0 '
3
+ s . version = '1.3.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'Elegant HTTP Networking in Swift'
6
6
s . homepage = 'https://github.com/Alamofire/Alamofire'
7
7
s . social_media_url = 'http://twitter.com/AlamofireSF'
8
- s . authors = { 'Mattt Thompson ' => '[email protected] ' }
8
+ s . authors = { 'Alamofire Software Foundation ' => '[email protected] ' }
9
9
s . source = { :git => 'https://github.com/Alamofire/Alamofire.git' , :tag => s . version }
10
10
11
11
s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
` Alamofire ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- - ` 1.3.x ` Releases - [ 1.3.0] ( #130 )
5
+ - ` 1.3.x ` Releases - [ 1.3.0] ( #130 ) | [ 1.3.1 ] ( #131 )
6
6
- ` 1.2.x ` Releases - [ 1.2.0] ( #120 ) | [ 1.2.1] ( #121 ) | [ 1.2.2] ( #122 ) | [ 1.2.3] ( #123 )
7
7
- ` 1.1.x ` Releases - [ 1.1.0] ( #110 ) | [ 1.1.1] ( #111 ) | [ 1.1.2] ( #112 ) | [ 1.1.3] ( #113 ) | [ 1.1.4] ( #114 ) | [ 1.1.5] ( #115 )
8
8
- ` 1.0.x ` Releases - [ 1.0.0] ( #100 ) | [ 1.0.1] ( #101 )
9
9
10
10
---
11
11
12
+ ## [ 1.3.1] ( https://github.com/Alamofire/Alamofire/releases/tag/1.3.1 )
13
+ Released on 2015-08-10. All issues associated with this milestone can be found using this
14
+ [ filter] ( https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A1.3.1 ) .
15
+
16
+ #### Fixed
17
+ - Issue where a completed task was not released by the ` SessionDelegate ` if the
18
+ task override closure was set.
19
+ - Fixed by [ Christian Noon] ( https://github.com/cnoon ) in regards to Issue
20
+ [ #622 ] ( https://github.com/Alamofire/Alamofire/issues/622 ) .
21
+
12
22
## [ 1.3.0] ( https://github.com/Alamofire/Alamofire/releases/tag/1.3.0 )
13
23
Released on 2015-07-24. All issues associated with this milestone can be found using this
14
24
[ filter] ( https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A1.3.0 ) .
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.3.0 </string >
18
+ <string >1.3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments