Skip to content

Commit 8116530

Browse files
committed
Bump 0.12.2
1 parent 879065e commit 8116530

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unrealeased)
44

5+
## 0.12.2 (2020-09-03)
6+
57
- Execute Minitest `before_all` in the context of the current test object. ([@palkan][])
68

79
## 0.12.1 (2020-09-01)

lib/test_prof/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TestProf
4-
VERSION = "0.12.1"
4+
VERSION = "0.12.2"
55
end

0 commit comments

Comments
 (0)