Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
- 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+
  • Loading branch information
ashleysommer committed Jan 4, 2022
1 parent 646820c commit 18d96ab
Show file tree
Hide file tree
Showing 9 changed files with 418 additions and 312 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.idea/
venv/
venv36/
*.pyc
__pycache__
test1.py
.cache/
.coverage
.tox/
*.egg-info/
.venv/
.venv/
dist/
coverage/
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Sanic Plugin Toolkit
====================

1.2.1
------
- 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
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include pyproject.toml
include poetry.lock
include LICENSE.txt
include CHANGELOG.rst
include README.rst
Expand Down
Loading

0 comments on commit 18d96ab

Please sign in to comment.