Skip to content

Commit 5fa540d

Browse files
Merge branch 'v0.9.0-branch' into 'master'
New version 0.9.0. See merge request sd/pseven/DjangoChannelsGraphqlWs!14
2 parents 23cbbc1 + 6c9f046 commit 5fa540d

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-backend = "poetry.masonry.api"
3434
# Docs: https://python-poetry.org/docs/
3535
[tool.poetry]
3636
name = "django-channels-graphql-ws"
37-
version = "0.8.0"
37+
version = "0.9.0"
3838
description = """Django Channels based WebSocket GraphQL server with \
3939
Graphene-like subscriptions"""
4040
authors = ["Alexander A. Prokhorov <alexander.prokhorov@datadvance.net>"]

0 commit comments

Comments
 (0)