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 = 12503]
  • Loading branch information
zenspider committed Jan 12, 2020
1 parent 1c9ba0c commit d611604
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.rdoc
@@ -1,3 +1,16 @@
=== 5.14.0 / 2020-01-11

* 2 minor enhancements:

* Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine)
* Changed assert_raises to only catch Assertion since that covers Skip and friends.

* 3 bug fixes:

* Added example for value wrapper with block to Expectations module. (stomar)
* Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)
* Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine)

=== 5.13.0 / 2019-10-29

* 9 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Expand Up @@ -8,7 +8,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.13.0" # :nodoc:
VERSION = "5.14.0" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:

@@installed_at_exit ||= false
Expand Down

0 comments on commit d611604

Please sign in to comment.