Fixup release. The prior release was unusable outside of a source repo, because of the way python discovers modules (walking the local fs if not found in site-packages, which works locally in the fs, but not from other installations).
0.2.1
Notes, static checker updates, and plugin management updates.
0.2.0
full rewrite with new async guts, and a core/shell/plugin architecture that allows for others to define their own plugins for the tool.
0.1.0
Initial actual release of the tool. It's now installable as an actual module.