diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbf4eb..e87ea0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.11.0 + +([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.10.0...17a2e147b34dea8b46ced173417df1f386d957ee)) + +### Merged PRs + +- Use AnyIO [#77](https://github.com/y-crdt/ypy-websocket/pull/77) ([@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-01&to=2023-06-16&type=c)) + +[@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) + + + ## 0.10.0 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.9.0...49a45305416f70a5c7c969f1017e5b3e871db812)) @@ -16,8 +32,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-04-06..2023-06-01&type=Issues) - - ## 0.9.0 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.8.4...69cbc95f011e29418cd2c0904245db16b7b0fb64)) diff --git a/ypy_websocket/__init__.py b/ypy_websocket/__init__.py index f60d3ac..13c7454 100644 --- a/ypy_websocket/__init__.py +++ b/ypy_websocket/__init__.py @@ -3,4 +3,4 @@ from .websocket_server import WebsocketServer, YRoom # noqa from .yutils import YMessageType # noqa -__version__ = "0.10.0" +__version__ = "0.11.0"