Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 13287]
  • Loading branch information
zenspider committed Dec 15, 2021
1 parent 7136b6e commit fe3992e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
=== 5.15.0 / 2021-12-14

* 1 major enhancement:

* assert_throws returns the value returned, if any. (volmer)

* 3 minor enhancements:

* Added -S <CODES> option to skip reporting of certain types of output
* Enable Ruby deprecation warnings by default. (casperisfine)
* Use Etc.nprocessors by default in order to maximize cpu usage. (tonytonyjan)

* 6 bug fixes:

* Close then unlink tempfiles on Windows. (nobu)
* Fixed #skip_until for windows paths. (MSP-Greg)
* Fixed a bunch of tests for jruby and windows. (MSP-Greg)
* Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et al)
* Updated deprecation message for block expectations. (blowmage)
* Use Kernel.warn directly in expectations in case CUT defines their own warn. (firien)

=== 5.14.4 / 2021-02-23

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.14.4" # :nodoc:
VERSION = "5.15.0" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:

@@installed_at_exit ||= false
Expand Down

0 comments on commit fe3992e

Please sign in to comment.