Skip to content

Commit 16dbb9f

Browse files
committed
Version bump
1 parent e9ab1e8 commit 16dbb9f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Nothing yet!
66

7+
## 0.36.1
8+
9+
- Fix missing SwiftLint installation error due to bad hash
10+
711
## 0.36.0
812

913
- Updates Swiftlint to 0.55.1. (use `additional_swiftlint_args: "--baseline additional_swiftlint_args: path/to/baseline.json")`

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-swiftlint (0.36.0)
4+
danger-swiftlint (0.36.1)
55
danger
66
rake (> 10)
77
thor (~> 1.0.0)

lib/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.36.0'
4+
VERSION = '0.36.1'
55
SWIFTLINT_VERSION = '0.55.1'
66
SWIFTLINT_HASH = '6c75a4e0ace4635ac85933b168c863dd'
77
end

0 commit comments

Comments
 (0)