From 069a7f9cb9dff09c18db7774ec8e4766a0afa280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= <16365760+SimplyDanny@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:57:24 +0000 Subject: [PATCH] Prepare 0.62.2 release --- CHANGELOG.md | 2 +- MODULE.bazel | 2 +- Source/SwiftLintFramework/Models/Version.swift | 2 +- SwiftLint.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be19df5b2..7b6cd71b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Main +## 0.62.2: Generous Drum Volume ### Breaking diff --git a/MODULE.bazel b/MODULE.bazel index f2ac4ed90..08508411f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "swiftlint", - version = "0.62.1", + version = "0.62.2", compatibility_level = 1, repo_name = "SwiftLint", ) diff --git a/Source/SwiftLintFramework/Models/Version.swift b/Source/SwiftLintFramework/Models/Version.swift index 4d450c8cf..4f34e5f90 100644 --- a/Source/SwiftLintFramework/Models/Version.swift +++ b/Source/SwiftLintFramework/Models/Version.swift @@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable { } /// The current SwiftLint version. - public static let current = Self(value: "0.62.1") + public static let current = Self(value: "0.62.2") /// Public initializer. /// diff --git a/SwiftLint.podspec b/SwiftLint.podspec index 9b7d43298..77b2077a9 100644 --- a/SwiftLint.podspec +++ b/SwiftLint.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftLint' - s.version = '0.62.1' + s.version = '0.62.2' s.summary = 'A tool to enforce Swift style and conventions.' s.homepage = 'https://github.com/realm/SwiftLint' s.license = { type: 'MIT', file: 'LICENSE' }