Skip to content

Commit

Permalink
Publish 0.10.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

ypy_websocket-0.10.0-py3-none-any.whl: 6696623dbef0e99b38d14d7fe58ec32ba13f8f462170553254e7b176ced0e749

ypy_websocket-0.10.0.tar.gz: 78acf1b9b93d9a42c73e8f9f60fecb74ae7d05d0b0ece863c9f72ada22def3a5
  • Loading branch information
davidbrochart committed Jun 1, 2023
1 parent 49a4530 commit 8010567
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.10.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.9.0...49a45305416f70a5c7c969f1017e5b3e871db812))

### Merged PRs

- Implement ASGI server [#75](https://github.com/y-crdt/ypy-websocket/pull/75) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/y-crdt/ypy-websocket/graphs/contributors?from=2023-04-06&to=2023-06-01&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-04-06..2023-06-01&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.9.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.8.4...69cbc95f011e29418cd2c0904245db16b7b0fb64))
Expand All @@ -17,8 +33,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-02-21..2023-04-06&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.8.4

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.8.3...7b7f66d380e5ff02d4dceb51d5a16bd6fc3adc76))
Expand Down
2 changes: 1 addition & 1 deletion ypy_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .websocket_server import WebsocketServer, YRoom # noqa
from .yutils import YMessageType # noqa

__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 8010567

Please sign in to comment.