Skip to content

Commit

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

pycrdt_websocket-0.13.1-py3-none-any.whl: 9889f16516ba65dbf9e3b1f486a20e6389dd471484e34b322a0aaee609128590

pycrdt_websocket-0.13.1.tar.gz: e9be4d8319c442fdefa21d94d8a14cf504bbe78e81b50de1310c995c9875138d
  • Loading branch information
Zsailer committed Apr 29, 2024
1 parent c501156 commit cfef248
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## 0.13.1

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

### Enhancements made

- adding exception handling for room start tasks [#33](https://github.com/jupyter-server/pycrdt-websocket/pull/33) ([@jzhang20133](https://github.com/jzhang20133))

### Maintenance and upkeep improvements

- Add Releaser Github Actions [#37](https://github.com/jupyter-server/pycrdt-websocket/pull/37) ([@Zsailer](https://github.com/Zsailer))

### Other merged PRs

- Fix room async context manager [#35](https://github.com/jupyter-server/pycrdt-websocket/pull/35) ([@davidbrochart](https://github.com/davidbrochart))
- Don't use mypy v1.10.0 [#32](https://github.com/jupyter-server/pycrdt-websocket/pull/32) ([@davidbrochart](https://github.com/davidbrochart))
- Add WebsocketServer exception handler [#31](https://github.com/jupyter-server/pycrdt-websocket/pull/31) ([@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-04-25&to=2024-04-29&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-04-25..2024-04-29&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Ajzhang20133+updated%3A2024-04-25..2024-04-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2024-04-25..2024-04-29&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-04-25..2024-04-29&type=Issues)

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

## 0.13.0

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.7...3f9cd15b2bec45db9b061f380044dcd1023bf0e3))
Expand All @@ -21,8 +47,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-01-30..2024-04-25&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adlqqq+updated%3A2024-01-30..2024-04-25&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-01-30..2024-04-25&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2024-01-30..2024-04-25&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-01-30..2024-04-25&type=Issues)

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

## 0.12.7

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.6...ded67cd3e51f7db7ea8b8fb4442366a3f6ea2755))
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.0"
__version__ = "0.13.1"

0 comments on commit cfef248

Please sign in to comment.