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 8146f09 commit 0b9223c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

- Nothing yet!

## 0.29.2
## 0.29.3

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

## 0.29.2

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

## 0.29.1

- ~Fixes `Rake aborted` error with status 127. See [#172](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/172).~
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.2)
danger-swiftlint (0.29.3)
danger
rake (> 10)
thor (~> 0.19)
Expand Down
2 changes: 1 addition & 1 deletion danger-swiftlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/ashfurrow/danger-ruby-swiftlint'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\0").select { |f| f.end_with? 'rb' }
spec.files = `git ls-files -z`.split("\0").select { |f| f.end_with?('rb') || f.end_with?('sh') }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.extensions = %w[ext/swiftlint/Rakefile]
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.2'
VERSION = '0.29.3'
SWIFTLINT_VERSION = '0.43.1'
SWIFTLINT_HASH = '4eaeabbb43b308975d16e3d9869880dc'
end

0 comments on commit 0b9223c

Please sign in to comment.