Bladeren bron

Added release notes to the CHANGELOG and bumped the version to 3.1.5.

Christian Noon 10 jaren geleden
bovenliggende
commit
fe3a29941c
4 gewijzigde bestanden met toevoegingen van 25 en 4 verwijderingen
  1. 1 1
      Alamofire.podspec
  2. 22 1
      CHANGELOG.md
  3. 1 1
      Source/Info-tvOS.plist
  4. 1 1
      Source/Info.plist

+ 1 - 1
Alamofire.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'Alamofire'
-  s.version = '3.1.4'
+  s.version = '3.1.5'
   s.license = 'MIT'
   s.summary = 'Elegant HTTP Networking in Swift'
   s.homepage = 'https://github.com/Alamofire/Alamofire'

+ 22 - 1
CHANGELOG.md

@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
 `Alamofire` adheres to [Semantic Versioning](http://semver.org/).
 
 #### 3.x Releases
-- `3.1.x` Releases - [3.1.0](#310) | [3.1.1](#311) | [3.1.2](#312) | [3.1.3](#313) | [3.1.4](#314)
+- `3.1.x` Releases - [3.1.0](#310) | [3.1.1](#311) | [3.1.2](#312) | [3.1.3](#313) | [3.1.4](#314) | [3.1.5](#315)
 - `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
 - `3.0.0` Betas - [3.0.0-beta.1](#300-beta1) | [3.0.0-beta.2](#300-beta2) | [3.0.0-beta.3](#300-beta3)
 
@@ -19,6 +19,27 @@ All notable changes to this project will be documented in this file.
 
 ---
 
+## [3.1.5](https://github.com/Alamofire/Alamofire/releases/tag/3.1.5)
+Released on 2016-1-17. All issues associated with this milestone can be found using this
+[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.1.5).
+
+#### Added
+- `Package.swift` to the project to support Swift Package Manager (SPM).
+  - Added by [Kyle Fuller](https://github.com/kylef) in Pull Request
+  [#979](https://github.com/Alamofire/Alamofire/pull/979).
+- Safeguards to the `Request` class's `debugDescription` property.
+  - Added by [tokorom](https://github.com/tokorom) in Pull Request
+  [#983](https://github.com/Alamofire/Alamofire/pull/983).
+
+#### Updated
+- `Accept-Language` header generation to use functional style.
+  - Updated by [Dapeng Gao](https://github.com/dapenggao) in Pull Request
+  [#982](https://github.com/Alamofire/Alamofire/pull/982).
+- `Accept-Encoding` and `Accept-Language` header values to have separator spaces between values.
+  - Updated by [Christian Noon](https://github.com/cnoon).
+- Copyright headers to include 2016! 🎉🎉🎉
+  - Updated by [Christian Noon](https://github.com/cnoon).
+
 ## [3.1.4](https://github.com/Alamofire/Alamofire/releases/tag/3.1.4)
 Released on 2015-12-16. All issues associated with this milestone can be found using this
 [filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.1.4).

+ 1 - 1
Source/Info-tvOS.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.1.4</string>
+	<string>3.1.5</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>

+ 1 - 1
Source/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.1.4</string>
+	<string>3.1.5</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>