Skip to content

Commit

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

pycrdt_websocket-0.13.4-py3-none-any.whl: 701c8b4028fe0fa5438922951196da6443bd5c1fb0dfc8bbf9660300a601907a

pycrdt_websocket-0.13.4.tar.gz: dce8259345ac14e08e9cf124cd1d66ea1b9d17ab1af79e63f50a611fb676421c
  • Loading branch information
davidbrochart committed May 7, 2024
1 parent 63cd8a6 commit 8755781
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.13.4

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.3...63cd8a6ee9ba35a2e15aba89da11e080a480dd58))

### Enhancements made

- Wait for ystore to be started [#43](https://github.com/jupyter-server/pycrdt-websocket/pull/43) ([@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-05-06&to=2024-05-07&type=c))

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

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

## 0.13.3

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

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

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

## 0.13.2

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.1...8e85b261a65e31aa5a50280e3b65e2be05039ce2))
Expand Down
2 changes: 1 addition & 1 deletion pycrdt_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .yroom import YRoom as YRoom
from .yutils import YMessageType as YMessageType

__version__ = "0.13.3"
__version__ = "0.13.4"

0 comments on commit 8755781

Please sign in to comment.