We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a35b0e commit d1ac19bCopy full SHA for d1ac19b
Changelog.md
@@ -4,6 +4,12 @@
4
5
## Nothing yet!
6
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
13
## 0.24.4
14
15
- Updates to SwiftLint
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- danger-swiftlint (0.24.4)
+ danger-swiftlint (0.24.5)
danger
rake (> 10)
thor (~> 0.19)
lib/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module DangerSwiftlint
- VERSION = '0.24.4'
- SWIFTLINT_VERSION = '0.40.1'
+ VERSION = '0.24.5'
+ SWIFTLINT_VERSION = '0.41.0'
end
0 commit comments