We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ab1e8 commit 16dbb9fCopy full SHA for 16dbb9f
Changelog.md
@@ -4,6 +4,10 @@
4
5
- Nothing yet!
6
7
+## 0.36.1
8
+
9
+- Fix missing SwiftLint installation error due to bad hash
10
11
## 0.36.0
12
13
- Updates Swiftlint to 0.55.1. (use `additional_swiftlint_args: "--baseline additional_swiftlint_args: path/to/baseline.json")`
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- danger-swiftlint (0.36.0)
+ danger-swiftlint (0.36.1)
danger
rake (> 10)
thor (~> 1.0.0)
lib/version.rb
# frozen_string_literal: true
module DangerSwiftlint
- VERSION = '0.36.0'
+ VERSION = '0.36.1'
SWIFTLINT_VERSION = '0.55.1'
SWIFTLINT_HASH = '6c75a4e0ace4635ac85933b168c863dd'
end
0 commit comments