Skip to content

Commit

Permalink
Release 0.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Aug 22, 2024
1 parent c8a9065 commit a24488f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Main
## 0.56.2: Heat Pump Dryer

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.56.1",
version = "0.56.2",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ let package = Package(
package.targets.append(
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.56.1/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "146ef723e83d301b9f1ef647dc924a55dae293887e633618e76f8cb526292f0c"
url: "https://github.com/realm/SwiftLint/releases/download/0.56.2/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "197df93d7f5041d8cd46d6902a34ad57914efe1b5b50635995f3b9065f2c3ffd"
)
)
#endif
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public struct Version: VersionComparable {
}

/// The current SwiftLint version.
public static let current = Self(value: "0.56.1")
public static let current = Self(value: "0.56.2")

/// Public initializer.
///
Expand Down

0 comments on commit a24488f

Please sign in to comment.