Skip to content

Commit

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

ypy_websocket-0.11.1-py3-none-any.whl: 2d6650c49dee5fce6c6fe2fc43993f75a45ff78785ac84bed7d2e33bab34ac0f

ypy_websocket-0.11.1.tar.gz: e4a55c1e8cfd298e27bfccb3991f62b4f462afc4d3488ef5d717b1e76ea3d3b0
  • Loading branch information
davidbrochart committed Jun 19, 2023
1 parent 55b5fb6 commit be7a81b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.11.1

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.0...55b5fb6032b8ee03f41601ea130f6eb5d29edcf2))

### Merged PRs

- Type get_room as possible coroutine [#80](https://github.com/y-crdt/ypy-websocket/pull/80) ([@davidbrochart](https://github.com/davidbrochart))
- Fix documentation link [#79](https://github.com/y-crdt/ypy-websocket/pull/79) ([@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-06-16&to=2023-06-19&type=c))

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

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

## 0.11.0

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

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

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

## 0.10.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.9.0...49a45305416f70a5c7c969f1017e5b3e871db812))
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.11.0"
__version__ = "0.11.1"

0 comments on commit be7a81b

Please sign in to comment.