Skip to content

Commit

Permalink
Version bump and #135 changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jul 29, 2019
1 parent 38ff6e2 commit d12ff5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Nothing yet!

## 0.23.0

- Migrates from individual SwiftLint invocations to using the `--use-script-input-files` option. See [#135](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/135).

## 0.22.0

- Adds support to filter issues found in git diff. See [#132](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/132).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-swiftlint (0.22.0)
danger-swiftlint (0.23.0)
danger
rake (> 10)
thor (~> 0.19)
Expand Down
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.22.0'
VERSION = '0.23.0'
SWIFTLINT_VERSION = '0.33.1'
end

0 comments on commit d12ff5c

Please sign in to comment.