File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323
2424# Changelog
2525
26+ ## [ 0.9.0] - 2021-10-19
27+
28+ - Ability to configure server notification queue limit per subscribtion.
29+
2630## [ 0.8.0] - 2021-02-12
2731
2832- Switched to Channels 3.
Original file line number Diff line number Diff line change @@ -582,13 +582,14 @@ _A reminder of how to run tests._
582582
583583_ A reminder of how to make and publish a new release._
584584
585- 1 . Update version: ` poetry version minor ` .
586- 2 . Update [ CHANGELOG.md] ( ./CHANGELOG.md ) .
587- 3 . Update [ README.md] ( ./README.md ) (if needed).
588- 4 . Commit changes made above.
589- 5 . Git tag: ` git tag vX.X.X && git push --tags ` .
590- 6 . Publish release to PyPI: ` poetry publish --build ` .
591- 7 . Update
585+ 1 . Merge all changes to the master branch and switch to it.
586+ 2 . Update version: ` poetry version minor ` .
587+ 3 . Update [ CHANGELOG.md] ( ./CHANGELOG.md ) .
588+ 4 . Update [ README.md] ( ./README.md ) (if needed).
589+ 5 . Commit changes made above.
590+ 6 . Git tag: ` git tag vX.X.X && git push --tags ` .
591+ 7 . Publish release to PyPI: ` poetry publish --build ` .
592+ 8 . Update
592593 [ release notes] ( https://github.com/datadvance/DjangoChannelsGraphqlWs/releases )
593594 on GitHub.
594595
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ build-backend = "poetry.masonry.api"
3434# Docs: https://python-poetry.org/docs/
3535[tool .poetry ]
3636name = " django-channels-graphql-ws"
37- version = " 0.8 .0"
37+ version = " 0.9 .0"
3838description = """ Django Channels based WebSocket GraphQL server with \
3939 Graphene-like subscriptions"""
4040authors = [" Alexander A. Prokhorov <alexander.prokhorov@datadvance.net>" ]
You can’t perform that action at this time.
0 commit comments