Skip to content

Commit

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

pycrdt_websocket-0.15.2-py3-none-any.whl: a730fa981a2d68237959652facf9170569986b51c46a43bb158bad998774b07b

pycrdt_websocket-0.15.2.tar.gz: 164a686269a61fe42f0ad78a2cef193acbac570238761b3450e6791c003753ed
  • Loading branch information
davidbrochart committed Dec 10, 2024
1 parent d208ff0 commit 4b1bffd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 0.15.2

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.15.1...d208ff03390d17e0dc3e438e39d0af150b3f7d93))

### Bugs fixed

- Remove client on failure [#94](https://github.com/jupyter-server/pycrdt-websocket/pull/94) ([@darabos](https://github.com/darabos))

### Maintenance and upkeep improvements

- Dead code [#89](https://github.com/jupyter-server/pycrdt-websocket/pull/89) ([@fcollonval](https://github.com/fcollonval))

### Documentation improvements

- Update client documentation [#91](https://github.com/jupyter-server/pycrdt-websocket/pull/91) ([@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-10-14&to=2024-12-10&type=c))

[@darabos](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adarabos+updated%3A2024-10-14..2024-12-10&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-10-14..2024-12-10&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Afcollonval+updated%3A2024-10-14..2024-12-10&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-10-14..2024-12-10&type=Issues)

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

## 0.15.1

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.15.0...b43acfd307f4af68efc6bc460e9e597748cdf59e))
Expand All @@ -16,8 +40,6 @@

[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Abrichet+updated%3A2024-10-09..2024-10-14&type=Issues)

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

## 0.15.0

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.3...e361683b4752cedce933c362c510e40302865dc4))
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.15.1"
__version__ = "0.15.2"

0 comments on commit 4b1bffd

Please sign in to comment.