[0.2.0](https://github.com/dbalatero/aid/tag/0.2.0) #### New features: * Sorted the list of commands in the `aid help` output * Will auto-load an `.aid/config.rb` file last if present * Added auto-fixing support to `aid doctor` * Added plugin loading support for gems prefixed with `aid-` ### Dev changes: * Added Rubocop config * Changed Travis CI to build on Ruby 2.6 * Configured solargraph * Added CI build badge [0.1.2](https://github.com/dbalatero/aid/tag/0.1.2) #### New features: * Added instance methods for help and description to `Aid::Script` [0.1.1](https://github.com/dbalatero/aid/tag/0.1.1) #### New features: * Added doctor script #### Bug fixes: * Allow subclassing a Script