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-bisect/dev/": change = 13408]
  • Loading branch information
zenspider committed May 23, 2022
1 parent 9cd63ed commit 893f7cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 1.6.0 / 2022-05-23

* 1 minor enhancement:

* Removed #bisect_files and mode accessor. Just deal with methods only for now.

=== 1.5.1 / 2019-09-22

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/bisect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "path_expander"

class Minitest::Bisect
VERSION = "1.5.1"
VERSION = "1.6.0"

class PathExpander < ::PathExpander
TEST_GLOB = "**/{test_*,*_test,spec_*,*_spec}.rb" # :nodoc:
Expand Down

0 comments on commit 893f7cd

Please sign in to comment.