Skip to content

Commit 2b3ec7f

Browse files
committed
Bump version
1 parent e83883d commit 2b3ec7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.5
2+
3+
* Add `exceptions_to_skip` option #48 [y-yagi]
4+
15
## 0.2.4
26

37
* Add `methods_to_skip` option #44 [y-yagi]

lib/minitest/retry/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Minitest
22
module Retry
3-
VERSION = "0.2.4"
3+
VERSION = "0.2.5"
44
end
55
end

0 commit comments

Comments
 (0)