The last tagged release was 0.8.0 from many years back. The last time the version number was updated in the minitest.el file was 5 years ago. The package is being more actively maintained as of recently, so it seemed prudent to release the current state as a stable release.
Here are a list of the changes since the last tagged release 0.8.0:
- 97d7d17 * Fix: misnamed function call (#53)
- a336851 * Feature: verify-single with line number when minitest-use-rails is t
- de1c0b8 * Fix: verify-single with "it" syntax, and a bit of refactoring (#49)
- dc308b2 * Fix: verify single when mutiple test styles are in same file (#47)
- 6d9f623 * Add: custom variable for minitest spring command (#41)
- 225b5d8 * Add: custom vars to use bin/rails test command and docker prefix
- b5b7197 * Docs: updated information on how to use minitest-emacs in spacemacs
- 1e37f82 * Clean: fix typo in readme "hava" -> "have"
- 1aadb78 * Remove failing emacs from tests
- 6d1115b * No longer provide a feature in test-helper.el
- c0c0101 * [test] have unit test require test-helper
- bd9688e * Drop "test_" from generated method name
- 6351c68 * Extract minitest--post-command
- ee271d4 * Replace special chars in test desc with underscore
- 54c32c7 * Add some tests for regex on method extract
- b5e6d94 * Fix regex
- 4c8b739 * Add missing post-command
- 4b8df3b *
minitest-run-file
to run a specific file. - da5d9bb * Identify and handle specs as well as tests.
- 301ed02 * Move Usage to the top
- 7239baf * Add instructions for spacemacs
- 519c869 * Pass flags in TESTOPTS when using spring