From 4bb84be39277e75531e92528e4dbbd46b8eaa9e7 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Tue, 20 Jun 2023 04:58:17 +0000 Subject: [PATCH] Publish 0.12.0 SHA256 hashes: ypy_websocket-0.12.0-py3-none-any.whl: 59ee7fec99a121078397bb4c35d6b58a436e4e113744b2ed006e90939d27b4df ypy_websocket-0.12.0.tar.gz: c4a2d17250d5f65b690f0fd9fd920acd9cec7aa93d80b9a22bd0f73daf23f0b2 --- CHANGELOG.md | 18 ++++++++++++++++-- ypy_websocket/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd5453..0099254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.12.0 + +([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.1...1af218b034ac16d1bd20d53230e83c9570a799be)) + +### Merged PRs + +- Start store from room, start room from server [#81](https://github.com/y-crdt/ypy-websocket/pull/81) ([@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-19&to=2023-06-20&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-19..2023-06-20&type=Issues) + + + ## 0.11.1 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.0...55b5fb6032b8ee03f41601ea130f6eb5d29edcf2)) @@ -17,8 +33,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-16..2023-06-19&type=Issues) - - ## 0.11.0 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.10.0...17a2e147b34dea8b46ced173417df1f386d957ee)) diff --git a/ypy_websocket/__init__.py b/ypy_websocket/__init__.py index ed8fb5a..63e7b0d 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.11.1" +__version__ = "0.12.0"