Prepare 0.62.0 release

This commit is contained in:
Danny Mösch
2025-10-13 18:19:32 +00:00
parent a5f8a57175
commit fb030b9cf1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## Main
## 0.62.0: Generous Drum Volume
### Breaking
+1 -1
View File
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.61.0",
version = "0.62.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.61.0")
public static let current = Self(value: "0.62.0")
/// Public initializer.
///
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftLint'
s.version = '0.61.0'
s.version = '0.62.0'
s.summary = 'A tool to enforce Swift style and conventions.'
s.homepage = 'https://github.com/realm/SwiftLint'
s.license = { type: 'MIT', file: 'LICENSE' }