Skip to content

Commit

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

pycrdt_websocket-0.15.1-py3-none-any.whl: 4b5c5a7001358b61b14b3ac1c4a13db1d05678f35836e9e5ee829228ce736caf

pycrdt_websocket-0.15.1.tar.gz: a20b6c6c4926c57176c23bdaee79b064297c50acd251b55f29c7a9ee7068a6c8
  • Loading branch information
davidbrochart committed Oct 14, 2024
1 parent b43acfd commit 449ba9f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.15.1

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

### Enhancements made

- Start the server awareness [#78](https://github.com/jupyter-server/pycrdt-websocket/pull/78) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-10-09&to=2024-10-14&type=c))

[@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 All @@ -22,8 +38,6 @@

[@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 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.0"
__version__ = "0.15.1"

0 comments on commit 449ba9f

Please sign in to comment.