Skip to content

Commit

Permalink
Publish 0.15.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

pycrdt_websocket-0.15.0-py3-none-any.whl: 0b8e87e82e8d767509e65e696d42eea0c169b6c15c2fa3805d71680388f61687

pycrdt_websocket-0.15.0.tar.gz: 861b4c108bfa2f0268bd5b321d7a8d615baf6a3eb65fc702845af6ae790ccaa4
  • Loading branch information
davidbrochart committed Oct 9, 2024
1 parent e361683 commit c7e3955
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.14.3

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.2...04d5eb3ce82e5677890c88540d8da8f7e3d6821a))
Expand All @@ -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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.14.2

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.1...713f53930d61d3a8869dbbf75801c0f082b538ff))
Expand Down
2 changes: 1 addition & 1 deletion pycrdt_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c7e3955

Please sign in to comment.