Skip to content

Commit

Permalink
release 0.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed May 11, 2023
1 parent 6cdb0aa commit 5616d85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Main
## 0.52.1: Crisp Clear Pleats

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.52.0",
version = "0.52.1",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -114,8 +114,8 @@ let package = Package(
),
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.52.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "7b956238d2937084a66b89cb68cfcde673f85d1202b37edea9c3f193dec8a2d9"
url: "https://github.com/realm/SwiftLint/releases/download/0.52.1/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "bb4875e7a0a80b4799211f2eb35d4a81a9d4fc9175f06be4479a680d76ddf29c"
)
]
)
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/Version.swift
Expand Up @@ -4,5 +4,5 @@ public struct Version {
public let value: String

/// The current SwiftLint version.
public static let current = Version(value: "0.52.0")
public static let current = Version(value: "0.52.1")
}

0 comments on commit 5616d85

Please sign in to comment.