Skip to content

Commit 3c8bbf4

Browse files
author
Ash Furrow
committed
Version bump.
1 parent 4a65dfb commit 3c8bbf4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Current Master
44

5-
## Nothing yet!
5+
- Nothing yet!
6+
7+
## 0.27.0
68

79
- Update SwiftLint to 0.43.1 for inclusive_language allowance list support. See [#165](https://github.com/ashfurrow/danger-ruby-swiftlint/issues/165).
810

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-swiftlint (0.26.0)
4+
danger-swiftlint (0.27.0)
55
danger
66
rake (> 10)
77
thor (~> 0.19)
@@ -150,4 +150,4 @@ DEPENDENCIES
150150
rubocop (~> 0.50.0)
151151

152152
BUNDLED WITH
153-
2.1.4
153+
2.2.22

lib/version.rb

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

33
module DangerSwiftlint
4-
VERSION = '0.26.0'
4+
VERSION = '0.27.0'
55
SWIFTLINT_VERSION = '0.43.1'
66
end

0 commit comments

Comments
 (0)