Skip to content

Commit

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

pycrdt_websocket-0.13.5-py3-none-any.whl: 0212214ea82539d2a3c8566b35dcfc1214b441273b13e0f74089a4d9f046bd15

pycrdt_websocket-0.13.5.tar.gz: 3255ae4315fea29dd768cd82ba8c5d178865825b1b0f7bef941e424feb1d9b68
  • Loading branch information
davidbrochart committed Jun 11, 2024
1 parent d425e26 commit 23dd773
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.13.5

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

### Enhancements made

- Use sqlite-anyio's Connection async context manager and exception logger [#51](https://github.com/jupyter-server/pycrdt-websocket/pull/51) ([@davidbrochart](https://github.com/davidbrochart))

### Maintenance and upkeep improvements

- Add undo manager test [#48](https://github.com/jupyter-server/pycrdt-websocket/pull/48) ([@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-05-07&to=2024-06-11&type=c))

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

[@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 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.4"
__version__ = "0.13.5"

0 comments on commit 23dd773

Please sign in to comment.