Skip to content

Commit ae595d6

Browse files
committed
Release 0.3.0
1 parent 834dd94 commit ae595d6

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Master
1+
## 0.3.0: Wrinkly Rules
22

33
##### Breaking
44

@@ -7,6 +7,9 @@
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.

Source/SwiftLintFramework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

Source/swiftlint/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

Source/swiftlint/VersionCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Commandant
1010
import Result
1111

12-
private let version = "0.2.0"
12+
private let version = "0.3.0"
1313

1414
struct VersionCommand: CommandType {
1515
let verb = "version"

0 commit comments

Comments
 (0)