From 83daace232896189ff40b8c9705a504f29878af1 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Fri, 4 Oct 2024 08:20:35 +0000 Subject: [PATCH] Publish 0.14.3 SHA256 hashes: pycrdt_websocket-0.14.3-py3-none-any.whl: 93351f8e50d9ceea52030c26aac5cb56de5566e2fec5b4cf31aa25bf880fd546 pycrdt_websocket-0.14.3.tar.gz: aef2674f4f48d6373154a626952798e4ee0242c9898aca567be10bde090e96d3 --- CHANGELOG.md | 19 +++++++++++++++++-- pycrdt_websocket/__init__.py | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9758055..4a76444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.14.3 + +([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.2...04d5eb3ce82e5677890c88540d8da8f7e3d6821a)) + +### Maintenance and upkeep improvements + +- Remove the awareness in favor of the one from pycrdt [#74](https://github.com/jupyter-server/pycrdt-websocket/pull/74) ([@brichet](https://github.com/brichet)) +- Update GitHub actions [#72](https://github.com/jupyter-server/pycrdt-websocket/pull/72) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-08-29&to=2024-10-04&type=c)) + +[@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)) @@ -18,8 +35,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-07-05..2024-08-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-07-05..2024-08-29&type=Issues) - - ## 0.14.1 ([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.0...de03fb95ca18c4fe548eaef0250d1f6cbb0594df)) diff --git a/pycrdt_websocket/__init__.py b/pycrdt_websocket/__init__.py index 6852cfb..f965c6f 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.2" +__version__ = "0.14.3"