Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Aug 23, 2021
1 parent 4a65dfb commit 3c8bbf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Current Master

## Nothing yet!
- Nothing yet!

## 0.27.0

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

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-swiftlint (0.26.0)
danger-swiftlint (0.27.0)
danger
rake (> 10)
thor (~> 0.19)
Expand Down Expand Up @@ -150,4 +150,4 @@ DEPENDENCIES
rubocop (~> 0.50.0)

BUNDLED WITH
2.1.4
2.2.22
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -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 comments on commit 3c8bbf4

Please sign in to comment.