Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Sep 7, 2021
1 parent fad05c3 commit e329b47
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.29.1

- Fixes `Rake aborted` error with status 127. See [#172](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/172).

## 0.29.0

- Adds integrity verification when downloading SwiftLint. See [#162](https://github.com/ashfurrow/danger-ruby-swiftlint/issues/162).
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.29.0)
danger-swiftlint (0.29.1)
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,7 +1,7 @@
# frozen_string_literal: true

module DangerSwiftlint
VERSION = '0.29.0'
VERSION = '0.29.1'
SWIFTLINT_VERSION = '0.43.1'
SWIFTLINT_HASH = '4eaeabbb43b308975d16e3d9869880dc'
end

0 comments on commit e329b47

Please sign in to comment.