------ - Misc bugfixes for Sanic v21.3, and v21.9 - Fix plugins with static dirs, on sanic v21.9 - Explicit non-compatibility with Sanic v21.12+
1.2.0
------ - Fix compatibility with Sanic v21.9 - Monkey-patch _startup() to inject SPTK into the app _after_ Touchup is run - Fix tests on sanic v21.9
1.1.0
------ - Fix bugs when using SPTK on Sanic v21.6+ - Fixed project name in pyproject.toml - Updated to latest poetry, poetry-core, and black - Fixed some bad typos in the Makefile
1.0.1
------ - Suppress deprecation warnings when injecting SPTK into Sanic App or Sanic Blueprint - Utilize the app.ctx (and bp.ctx) Namespace in Sanic 21.3+ instead of using the sanic config dict
1.0.0
------ - Fix compatibility with Sanic 21.3 - Minor fixes - Cleanup for v1.0.0 release - Release for Sanic 21.3.1+ Only!
0.99.1
------ - Project Renamed to Sanic Plugin Toolkit - Module is renamed from spf to sanic_plugin_toolkit (fixes 16) - Changed to PEP517/518 project, with pyproject.toml and Poetry - removed setup.py, setup.cfg, environment.yml, tox.ini