mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Prepare 0.63.0 release
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## Main
|
||||
## 0.63.0: High-Speed Extraction
|
||||
|
||||
### Breaking
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
module(
|
||||
name = "swiftlint",
|
||||
version = "0.63.0-rc.2",
|
||||
version = "0.63.0",
|
||||
compatibility_level = 1,
|
||||
repo_name = "SwiftLint",
|
||||
)
|
||||
|
||||
@@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable {
|
||||
}
|
||||
|
||||
/// The current SwiftLint version.
|
||||
public static let current = Self(value: "0.63.0-rc.2")
|
||||
public static let current = Self(value: "0.63.0")
|
||||
|
||||
/// Public initializer.
|
||||
///
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftLint'
|
||||
s.version = '0.63.0-rc.2'
|
||||
s.version = '0.63.0'
|
||||
s.summary = 'A tool to enforce Swift style and conventions.'
|
||||
s.homepage = 'https://github.com/realm/SwiftLint'
|
||||
s.license = { type: 'MIT', file: 'LICENSE' }
|
||||
|
||||
Reference in New Issue
Block a user