plugcli` 0.2 gives more flexibility to users in handling how command sections are formatted in help. It also fixes an issue (that did not cause actual problems) in environments that aren't in Python UTF-8 mode.
New features
* Add `_section_sort_commands` ([12](https://github.com/dwhswenson/plugcli/pull/12))
* Allow arbitrary naming of sections ([11](https://github.com/dwhswenson/plugcli/pull/11))
Bugs fixed
* Force FilePlugin files to be UTF-8 ([13](https://github.com/dwhswenson/plugcli/pull/13))
Miscellaneous improvements
* Fix event -> event_name ([10](https://github.com/dwhswenson/plugcli/pull/10))