Skip to content

Commit

Permalink
release 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Nov 10, 2023
1 parent 60374ca commit f17a4f9
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.54.0: Macro-Economic Forces

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "swiftlint",
version = "0.53.0",
version = "0.54.0",
compatibility_level = 1,
repo_name = "SwiftLint",
)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -132,8 +132,8 @@ let package = Package(
),
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.53.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "03416a4f75f023e10f9a76945806ddfe70ca06129b895455cc773c5c7d86b73e"
url: "https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "963121d6babf2bf5fd66a21ac9297e86d855cbc9d28322790646b88dceca00f1"
),
.macro(
name: "SwiftLintCoreMacros",
Expand Down
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.53.0")
public static let current = Version(value: "0.54.0")
}

0 comments on commit f17a4f9

Please sign in to comment.