mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
release 0.51.0
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
## Main
|
||||
## 0.51.0: bzllint
|
||||
|
||||
#### Breaking
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
module(
|
||||
name = "swiftlint",
|
||||
version = "0.50.3",
|
||||
version = "0.51.0",
|
||||
compatibility_level = 1,
|
||||
repo_name = "SwiftLint",
|
||||
)
|
||||
|
||||
+2
-2
@@ -104,8 +104,8 @@ let package = Package(
|
||||
),
|
||||
.binaryTarget(
|
||||
name: "SwiftLintBinary",
|
||||
url: "https://github.com/realm/SwiftLint/releases/download/0.50.3/SwiftLintBinary-macos.artifactbundle.zip",
|
||||
checksum: "abe7c0bb505d26c232b565c3b1b4a01a8d1a38d86846e788c4d02f0b1042a904"
|
||||
url: "https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip",
|
||||
checksum: "9fbfdf1c2a248469cfbe17a158c5fbf96ac1b606fbcfef4b800993e7accf43ae"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
@@ -4,5 +4,5 @@ public struct Version {
|
||||
public let value: String
|
||||
|
||||
/// The current SwiftLint version.
|
||||
public static let current = Self(value: "0.50.3")
|
||||
public static let current = Version(value: "0.51.0")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user