We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879065e commit 8116530Copy full SHA for 8116530
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unrealeased)
4
5
+## 0.12.2 (2020-09-03)
6
+
7
- Execute Minitest `before_all` in the context of the current test object. ([@palkan][])
8
9
## 0.12.1 (2020-09-01)
lib/test_prof/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module TestProf
- VERSION = "0.12.1"
+ VERSION = "0.12.2"
end
0 commit comments