Updated for 0.11.4 release

This commit is contained in:
Nick Lockwood
2016-10-05 14:31:19 +01:00
parent 2eb748d12b
commit 27ab421afb
9 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
// main.swift
// SwiftFormat
//
// Version 0.11.3
// Version 0.11.4
//
// Created by Nick Lockwood on 12/08/2016.
// Copyright 2016 Charcoal Design
@@ -33,7 +33,7 @@
import Foundation
let version = "0.11.3"
let version = "0.11.4"
func showHelp() {
print("swiftformat, version \(version)")
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
SwiftFormat
Version 0.11.3, October 4th, 2016
Version 0.11.4, October 5th, 2016
Copyright (c) 2016 Nick Lockwood
+5
View File
@@ -403,6 +403,11 @@ What's next?
Release notes
----------------
Version 0.11.4
- Fixed critical bug where optionals with a default value were not handled correctly
- Fixed rare bug where code would be incorrectly indented after a custom operator declaration
Version 0.11.3
- Fixed spacing between closure capture list and arguments
+1 -1
View File
@@ -2,7 +2,7 @@
// Formatter.swift
// SwiftFormat
//
// Version 0.11.3
// Version 0.11.4
//
// Created by Nick Lockwood on 12/08/2016.
// Copyright 2016 Charcoal Design
+1 -1
View File
@@ -2,7 +2,7 @@
// Rules.swift
// SwiftFormat
//
// Version 0.11.3
// Version 0.11.4
//
// Created by Nick Lockwood on 12/08/2016.
// Copyright 2016 Charcoal Design
+1 -1
View File
@@ -2,7 +2,7 @@
// SwiftFormat.h
// SwiftFormat
//
// Version 0.11.3
// Version 0.11.4
//
// Created by Nick Lockwood on 12/08/2016.
// Copyright 2016 Charcoal Design
+1 -1
View File
@@ -2,7 +2,7 @@
// SwiftFormat.swift
// SwiftFormat
//
// Version 0.11.3
// Version 0.11.4
//
// Created by Nick Lockwood on 12/08/2016.
// Copyright 2016 Charcoal Design
+1 -1
View File
@@ -2,7 +2,7 @@
// Tokenizer.swift
// SwiftFormat
//
// Version 0.11.3
// Version 0.11.4
//
// Created by Nick Lockwood on 11/08/2016.
// Copyright 2016 Charcoal Design