Skip to content

Commit 8146f09

Browse files
author
Ash Furrow
committed
Version bump.
1 parent aeafd20 commit 8146f09

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44

55
- Nothing yet!
66

7+
## 0.29.2
8+
9+
- Fixes `Rake aborted` error with status 127. See [#173](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/173).
10+
711
## 0.29.1
812

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

1115
## 0.29.0
1216

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.29.1)
4+
danger-swiftlint (0.29.2)
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,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.29.1'
4+
VERSION = '0.29.2'
55
SWIFTLINT_VERSION = '0.43.1'
66
SWIFTLINT_HASH = '4eaeabbb43b308975d16e3d9869880dc'
77
end

0 commit comments

Comments
 (0)