Skip to content

Commit d1ac19b

Browse files
committed
Update SwiftLint and bump version to 0.24.5
1 parent 6a35b0e commit d1ac19b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## Nothing yet!
66

7+
## 0.24.5
8+
9+
- Fixes incompatibility with SwiftLint 0.41.0's `--config` flag and nested
10+
configs handling
11+
[#154](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/154).
12+
713
## 0.24.4
814

915
- Updates to SwiftLint

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-swiftlint (0.24.4)
4+
danger-swiftlint (0.24.5)
55
danger
66
rake (> 10)
77
thor (~> 0.19)

lib/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.24.4'
5-
SWIFTLINT_VERSION = '0.40.1'
4+
VERSION = '0.24.5'
5+
SWIFTLINT_VERSION = '0.41.0'
66
end

0 commit comments

Comments
 (0)