We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a65dfb commit 3c8bbf4Copy full SHA for 3c8bbf4
Changelog.md
@@ -2,7 +2,9 @@
2
3
## Current Master
4
5
-## Nothing yet!
+- Nothing yet!
6
+
7
+## 0.27.0
8
9
- Update SwiftLint to 0.43.1 for inclusive_language allowance list support. See [#165](https://github.com/ashfurrow/danger-ruby-swiftlint/issues/165).
10
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- danger-swiftlint (0.26.0)
+ danger-swiftlint (0.27.0)
danger
rake (> 10)
thor (~> 0.19)
@@ -150,4 +150,4 @@ DEPENDENCIES
150
rubocop (~> 0.50.0)
151
152
BUNDLED WITH
153
- 2.1.4
+ 2.2.22
lib/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module DangerSwiftlint
- VERSION = '0.26.0'
+ VERSION = '0.27.0'
SWIFTLINT_VERSION = '0.43.1'
end
0 commit comments