Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Mar 31, 2021
1 parent 36ca334 commit 7736083
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Expand Up @@ -6,9 +6,13 @@

- Nothing yet!

## 0.26.0

- No longer infers `config_file` parameter if unspecified. See [#160](https://github.com/ashfurrow/danger-ruby-swiftlint/issues/160).

## 0.25.0

- **Possible Breaking Change**: Changes the plugin so that it does not change the current working directory when using the `directory` option. That is to say, calling `Swiftlint.lint(directory: ...)` no longer changes the return value of `Dir.pwd`, which could inadvertently affect subsequent Dangerfile execution. See [#157](https://github.com/ashfurrow/danger-ruby-swiftlint/issues/157)
- **Possible Breaking Change**: Changes the plugin so that it does not change the current working directory when using the `directory` option. That is to say, calling `Swiftlint.lint(directory: ...)` no longer changes the return value of `Dir.pwd`, which could inadvertently affect subsequent Dangerfile execution. See [#157](https://github.com/ashfurrow/danger-ruby-swiftlint/issues/157).

## 0.24.5

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-swiftlint (0.25.0)
danger-swiftlint (0.26.0)
danger
rake (> 10)
thor (~> 0.19)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module DangerSwiftlint
VERSION = '0.25.0'
VERSION = '0.26.0'
SWIFTLINT_VERSION = '0.41.0'
end

0 comments on commit 7736083

Please sign in to comment.