From c7e395507c7bf009abfd92a4385d9bbeb7c0567a Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Wed, 9 Oct 2024 15:09:53 +0000 Subject: [PATCH] Publish 0.15.0 SHA256 hashes: pycrdt_websocket-0.15.0-py3-none-any.whl: 0b8e87e82e8d767509e65e696d42eea0c169b6c15c2fa3805d71680388f61687 pycrdt_websocket-0.15.0.tar.gz: 861b4c108bfa2f0268bd5b321d7a8d615baf6a3eb65fc702845af6ae790ccaa4 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- pycrdt_websocket/__init__.py | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a76444..189d005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ +## 0.15.0 + +([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.3...e361683b4752cedce933c362c510e40302865dc4)) + +### Enhancements made + +- Broadcast server awareness to all clients [#73](https://github.com/jupyter-server/pycrdt-websocket/pull/73) ([@brichet](https://github.com/brichet)) + +### Bugs fixed + +- Apply awareness updates to server awareness [#76](https://github.com/jupyter-server/pycrdt-websocket/pull/76) ([@davidbrochart](https://github.com/davidbrochart)) + +### 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-10-04&to=2024-10-09&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Abrichet+updated%3A2024-10-04..2024-10-09&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-10-04..2024-10-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-10-04..2024-10-09&type=Issues) + + + ## 0.14.3 ([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.2...04d5eb3ce82e5677890c88540d8da8f7e3d6821a)) @@ -17,8 +39,6 @@ [@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Abrichet+updated%3A2024-08-29..2024-10-04&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-08-29..2024-10-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-08-29..2024-10-04&type=Issues) - - ## 0.14.2 ([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.1...713f53930d61d3a8869dbbf75801c0f082b538ff)) diff --git a/pycrdt_websocket/__init__.py b/pycrdt_websocket/__init__.py index f965c6f..467fd22 100644 --- a/pycrdt_websocket/__init__.py +++ b/pycrdt_websocket/__init__.py @@ -4,4 +4,4 @@ from .websocket_server import exception_logger as exception_logger from .yroom import YRoom as YRoom -__version__ = "0.14.3" +__version__ = "0.15.0"