Skip to content

Commit

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

pycrdt_websocket-0.14.0-py3-none-any.whl: 13be8aa4d15491464eeab3ac19f1578ea9dddab0c3e12393de91514503d48329

pycrdt_websocket-0.14.0.tar.gz: a7ce4b5fbc58746208059d7cfd94d24e42e09cb73da24949600d05a4741b031c
  • Loading branch information
davidbrochart committed Jun 25, 2024
1 parent 39ebb29 commit 49778b1
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.14.0

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.5...39ebb2981ef80bbaa867a013675f30091c69535c))

### Maintenance and upkeep improvements

- Use pycrdt v0.8.30 [#54](https://github.com/jupyter-server/pycrdt-websocket/pull/54) ([@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-06-11&to=2024-06-25&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-06-11..2024-06-25&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-06-11..2024-06-25&type=Issues)

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

## 0.13.5

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.4...d425e26360a00ff78dda12317756f3578b362c7b))
Expand All @@ -20,8 +36,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-05-07..2024-06-11&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-05-07..2024-06-11&type=Issues)

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

## 0.13.4

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.3...63cd8a6ee9ba35a2e15aba89da11e080a480dd58))
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.13.5"
__version__ = "0.14.0"

0 comments on commit 49778b1

Please sign in to comment.