We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83883d commit 2b3ec7fCopy full SHA for 2b3ec7f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.5
2
+
3
+* Add `exceptions_to_skip` option #48 [y-yagi]
4
5
## 0.2.4
6
7
* Add `methods_to_skip` option #44 [y-yagi]
lib/minitest/retry/version.rb
@@ -1,5 +1,5 @@
module Minitest
module Retry
- VERSION = "0.2.4"
+ VERSION = "0.2.5"
end
0 commit comments