Skip to content

Commit fe3992e

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/minitest/dev/": change = 13287]
1 parent 7136b6e commit fe3992e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

History.rdoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
=== 5.15.0 / 2021-12-14
2+
3+
* 1 major enhancement:
4+
5+
* assert_throws returns the value returned, if any. (volmer)
6+
7+
* 3 minor enhancements:
8+
9+
* Added -S <CODES> option to skip reporting of certain types of output
10+
* Enable Ruby deprecation warnings by default. (casperisfine)
11+
* Use Etc.nprocessors by default in order to maximize cpu usage. (tonytonyjan)
12+
13+
* 6 bug fixes:
14+
15+
* Close then unlink tempfiles on Windows. (nobu)
16+
* Fixed #skip_until for windows paths. (MSP-Greg)
17+
* Fixed a bunch of tests for jruby and windows. (MSP-Greg)
18+
* Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et al)
19+
* Updated deprecation message for block expectations. (blowmage)
20+
* Use Kernel.warn directly in expectations in case CUT defines their own warn. (firien)
21+
122
=== 5.14.4 / 2021-02-23
223

324
* 1 bug fix:

lib/minitest.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# :include: README.rdoc
1010

1111
module Minitest
12-
VERSION = "5.14.4" # :nodoc:
12+
VERSION = "5.15.0" # :nodoc:
1313
ENCS = "".respond_to? :encoding # :nodoc:
1414

1515
@@installed_at_exit ||= false

0 commit comments

Comments
 (0)