Skip to content

Commit 81229e5

Browse files
Prepare 0.58.2 release
1 parent 4906fa5 commit 81229e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Main
3+
## 0.58.2: New Year’s Fresh Fold
44

55
### Breaking
66

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "swiftlint",
3-
version = "0.58.1",
3+
version = "0.58.2",
44
compatibility_level = 1,
55
repo_name = "SwiftLint",
66
)

Source/SwiftLintFramework/Models/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable {
99
}
1010

1111
/// The current SwiftLint version.
12-
public static let current = Self(value: "0.58.1")
12+
public static let current = Self(value: "0.58.2")
1313

1414
/// Public initializer.
1515
///

0 commit comments

Comments
 (0)