Explorar o código

Update the files for the release 1.4.7

Victor Sigler %!s(int64=7) %!d(string=hai) anos
pai
achega
de11039319

+ 6 - 1
CHANGELOG.md

@@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file. Changes not
 
 # [Unreleased]
 
+* Nothing yet.
+
+# [1.4.7] 
+
 ## Added
 - A new `CHANGELOG.md` to keep track of changes in the project. ([#385](https://github.com/httpswift/swifter/pull/385)) by [@Vkt0r](https://github.com/Vkt0r)
 - Added [Danger](https://danger.systems/ruby/) and Swiftlint to the project. ([#398](https://github.com/httpswift/swifter/pull/398)) by [@Vkt0r](https://github.com/Vkt0r)
@@ -43,7 +47,7 @@ All notable changes to this project will be documented in this file. Changes not
 - Include the `CHANGELOG.md` and `README.md` in the Xcode-Project for easy access / changes.
 
 ## Removed
-- Dropped macOS 10.9 support [#404](https://github.com/httpswift/swifter/pull/404)), [#408](https://github.com/httpswift/swifter/pull/408)) by [@mazyod](https://github.com/mazyod), [@Vkt0r](https://github.com/Vkt0r)
+- Dropped macOS 10.9 support ([#404](https://github.com/httpswift/swifter/pull/404), [#408](https://github.com/httpswift/swifter/pull/408)) by [@mazyod](https://github.com/mazyod), [@Vkt0r](https://github.com/Vkt0r)
 
 # [1.4.6] 
 ## Added
@@ -63,3 +67,4 @@ All notable changes to this project will be documented in this file. Changes not
 
 [Unreleased]: https://github.com/httpswift/swifter/compare/1.4.6...HEAD
 [1.4.6]: https://github.com/httpswift/swifter/compare/1.4.5...1.4.6
+[1.4.7]: https://github.com/httpswift/swifter/compare/1.4.6...1.4.7

+ 3 - 3
README.md

@@ -72,12 +72,12 @@ server.start()
 ```ruby
 use_frameworks!
 
-pod 'Swifter', '~> 1.4.6'
+pod 'Swifter', '~> 1.4.7'
 ```
 
 ### Carthage? Also yes.
 ```
-github "httpswift/swifter" ~> 1.4.6
+github "httpswift/swifter" ~> 1.4.7
 ```
 
 ### Swift Package Manager.
@@ -87,7 +87,7 @@ import PackageDescription
 let package = Package(
     name: "MyServer",
     dependencies: [
-        .package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.4.6"))
+        .package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.4.7"))
     ]
 )
 ```

+ 2 - 2
Swifter.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
 
   s.name                  = "Swifter"
-  s.version               = "1.4.6"
+  s.version               = "1.4.7"
   s.summary               = "Tiny http server engine written in Swift programming language."
   s.homepage              = "https://github.com/glock45/swifter"
   s.license               = { :type => 'Copyright', :file => 'LICENSE' }
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.10"
   s.tvos.deployment_target = "9.0"
-  s.source                = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
+  s.source                = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.7" }
   s.source_files          = 'XCode/Sources/*.{swift}'
 
 end

+ 1 - 1
XCode/Sources/HttpServer.swift

@@ -9,7 +9,7 @@ import Foundation
 
 public class HttpServer: HttpServerIO {
     
-    public static let VERSION = "1.4.6"
+    public static let VERSION = "1.4.7"
     
     private let router = HttpRouter()
     

+ 2 - 2
XCode/Swifter.xcodeproj/project.pbxproj

@@ -1270,7 +1270,7 @@
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COPY_PHASE_STRIP = NO;
-				CURRENT_PROJECT_VERSION = 1.4.6;
+				CURRENT_PROJECT_VERSION = 1.4.7;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				ENABLE_TESTABILITY = YES;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1332,7 +1332,7 @@
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				COPY_PHASE_STRIP = YES;
-				CURRENT_PROJECT_VERSION = 1.4.6;
+				CURRENT_PROJECT_VERSION = 1.4.7;
 				ENABLE_NS_ASSERTIONS = NO;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				GCC_C_LANGUAGE_STANDARD = gnu99;

+ 2 - 2
XCode/SwifterMac/Info.plist

@@ -15,13 +15,13 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.4.6</string>
+	<string>1.4.7</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 Damian Kołakowski. All rights reserved.</string>
+	<string>Copyright © 2019 Damian Kołakowski. All rights reserved.</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>

+ 1 - 1
XCode/SwifterSampleiOS/Info.plist

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

+ 2 - 2
XCode/SwifteriOS/Info.plist

@@ -15,13 +15,13 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.4.6</string>
+	<string>1.4.7</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 Damian Kołakowski. All rights reserved.</string>
+	<string>Copyright © 2019 Damian Kołakowski. All rights reserved.</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>

+ 2 - 2
XCode/SwiftertvOS/Info.plist

@@ -15,13 +15,13 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.4.6</string>
+	<string>1.4.7</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 Damian Kołakowski. All rights reserved.</string>
+	<string>Copyright © 2019 Damian Kołakowski. All rights reserved.</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>