Skip to content

Commit

Permalink
Branching minitest to version 5.22.3
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 14073]
  • Loading branch information
zenspider committed Mar 13, 2024
1 parent 112cdff commit d0a993f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.rdoc
@@ -1,3 +1,15 @@
=== 5.22.3 / 2024-03-13

* 1 minor enhancement:

* MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)

* 3 bug fixes:

* Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
* Minor changes to tests to pass when tests ran with extra flags (eg -p).
* Support Ruby 3.4's new error message format. (mame)

=== 5.22.2 / 2024-02-07

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

module Minitest
VERSION = "5.22.2" # :nodoc:
VERSION = "5.22.3" # :nodoc:

@@installed_at_exit ||= false
@@after_run = []
Expand Down

0 comments on commit d0a993f

Please sign in to comment.