Skip to content

Commit 106bb6e

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/minitest-allow/dev/": change = 13681]
1 parent 8f16ac8 commit 106bb6e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.rdoc

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 1.2.3 / 2023-02-06
2+
3+
* 1 bug fix:
4+
5+
* Treat empty allow file (in yaml, nil) as empty array.
6+
17
=== 1.2.2 / 2022-08-23
28

39
* 1 bug fix:

lib/minitest/allow_plugin.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def full_name
4141
end
4242

4343
module Allow
44-
VERSION = "1.2.2"
44+
VERSION = "1.2.3"
4545

4646
attr_accessor :allow, :allow_save, :allow_seen
4747

0 commit comments

Comments
 (0)