File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- ## Master
1+ ## 0.3.0: Wrinkly Rules
22
33##### Breaking
44
77
88##### Enhancements
99
10+ * Support for Swift 2.1.
11+ [ JP Simard] ( https://github.com/jpsim )
12+
1013* Added ` StatementPositionRule ` to make sure that catch, else if and else
1114 statements are on the same line as closing brace preceding them and after one
1215 space.
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2 .0 </string >
18+ <string >0.3 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.2 .0 </string >
20+ <string >0.3 .0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 99import Commandant
1010import Result
1111
12- private let version = " 0.2 .0 "
12+ private let version = " 0.3 .0 "
1313
1414struct VersionCommand : CommandType {
1515 let verb = " version "
You can’t perform that action at this time.
0 commit comments