mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
Updated for 0.11.4 release
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
SwiftFormat
|
||||
|
||||
Version 0.11.3, October 4th, 2016
|
||||
Version 0.11.4, October 5th, 2016
|
||||
|
||||
Copyright (c) 2016 Nick Lockwood
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user