[ANN] debride 1.9.0 Released

debride version 1.9.0 has been released!

* home: <GitHub - seattlerb/debride: Analyze code for potentially uncalled / dead methods, now with auto-removal.>
* rdoc: <debride-1.9.0 Documentation>

Analyze code for potentially uncalled / dead methods, now with auto-removal.

Changes:

### 1.9.0 / 2022-05-23

* 3 minor enhancements:

  * Added --json and --yaml output options.
  * Added io argument to #report, added tests for #report.
  * Improved processing of --exclude with directories (adds trailing slash).

* 1 bug fix:

  * Fixed exception thrown in #report when using --focus. (cbillen)