From 1cd727f8105fc4f738be519ef51fc425198dc87c Mon Sep 17 00:00:00 2001 From: Zsailer Date: Thu, 2 May 2024 20:30:14 +0000 Subject: [PATCH] Publish 0.13.2 SHA256 hashes: pycrdt_websocket-0.13.2-py3-none-any.whl: 261d3be83e328821c31243ddcf87d79975e23b1659b28572cd18f816f782bd4d pycrdt_websocket-0.13.2.tar.gz: c950079a62dff3d14f57a768e2a861408fba4e23d73a12dfc7eec053c0764fce --- CHANGELOG.md | 20 ++++++++++++++++++-- pycrdt_websocket/__init__.py | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bcca1..66f075a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 0.13.2 + +([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.1...8e85b261a65e31aa5a50280e3b65e2be05039ce2)) + +### Bugs fixed + +- fix ystore start flow [#40](https://github.com/jupyter-server/pycrdt-websocket/pull/40) ([@jzhang20133](https://github.com/jzhang20133)) + +### Maintenance and upkeep improvements + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-04-29&to=2024-05-02&type=c)) + +[@jzhang20133](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Ajzhang20133+updated%3A2024-04-29..2024-05-02&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-04-29..2024-05-02&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-04-29..2024-05-02&type=Issues) + + + ## 0.13.1 ([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.0...c501156c7c5e6dbb78daf48af97a3a48903c6f06)) @@ -26,8 +44,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-04-25..2024-04-29&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Ajzhang20133+updated%3A2024-04-25..2024-04-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2024-04-25..2024-04-29&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-04-25..2024-04-29&type=Issues) - - ## 0.13.0 ([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.7...3f9cd15b2bec45db9b061f380044dcd1023bf0e3)) diff --git a/pycrdt_websocket/__init__.py b/pycrdt_websocket/__init__.py index 8d78292..93df629 100644 --- a/pycrdt_websocket/__init__.py +++ b/pycrdt_websocket/__init__.py @@ -5,4 +5,4 @@ from .yroom import YRoom as YRoom from .yutils import YMessageType as YMessageType -__version__ = "0.13.1" +__version__ = "0.13.2"