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 = 12654]
  • Loading branch information
zenspider committed May 16, 2020
1 parent 65664a1 commit 32d49db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
=== 5.14.1 / 2020-05-15

* 3 minor enhancements:

* Minitest.filter_backtrace returns original backtrace if filter comes back empty.
* Minitest::BacktraceFilter now returns entire backtrace if $MT_DEBUG set in env.
* Return true on a successful refute. (jusleg)

* 1 bug fix:

* Fixed expectation doco to not use global expectations.

=== 5.14.0 / 2020-01-11

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

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

@@installed_at_exit ||= false
Expand Down

0 comments on commit 32d49db

Please sign in to comment.