Skip to content

Commit d12ff5c

Browse files
committed
Version bump and #135 changelog entry.
1 parent 38ff6e2 commit d12ff5c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Nothing yet!
66

7+
## 0.23.0
8+
9+
- Migrates from individual SwiftLint invocations to using the `--use-script-input-files` option. See [#135](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/135).
10+
711
## 0.22.0
812

913
- Adds support to filter issues found in git diff. See [#132](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/132).

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-swiftlint (0.22.0)
4+
danger-swiftlint (0.23.0)
55
danger
66
rake (> 10)
77
thor (~> 0.19)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.22.0'
4+
VERSION = '0.23.0'
55
SWIFTLINT_VERSION = '0.33.1'
66
end

0 commit comments

Comments
 (0)