Skip to content

Commit

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

pycrdt_websocket-0.13.0-py3-none-any.whl: 36698b0bdb4e92f5c39e4d94b62fa1ebf4e28e355f7d1f6cb99e6939a39efb2e

pycrdt_websocket-0.13.0.tar.gz: 82594f719ffe1a8dcc57572d19a8c6249e194101b3467d5c59dd239486c5c567
  • Loading branch information
davidbrochart committed Apr 25, 2024
1 parent 3f9cd15 commit 29bd17b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## 0.13.0

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.7...3f9cd15b2bec45db9b061f380044dcd1023bf0e3))

### Merged PRs

- Rework how services are started/stopped [#24](https://github.com/jupyter-server/pycrdt-websocket/pull/24) ([@davidbrochart](https://github.com/davidbrochart))
- Replace aiosqlite with sqlite-anyio [#22](https://github.com/jupyter-server/pycrdt-websocket/pull/22) ([@davidbrochart](https://github.com/davidbrochart))
- Fix documentation link [#20](https://github.com/jupyter-server/pycrdt-websocket/pull/20) ([@davidbrochart](https://github.com/davidbrochart))
- Remove warning about project not ready for production [#17](https://github.com/jupyter-server/pycrdt-websocket/pull/17) ([@davidbrochart](https://github.com/davidbrochart))
- Drop YTest [#14](https://github.com/jupyter-server/pycrdt-websocket/pull/14) ([@davidbrochart](https://github.com/davidbrochart))
- Add contributing documentation [#12](https://github.com/jupyter-server/pycrdt-websocket/pull/12) ([@dlqqq](https://github.com/dlqqq))

### Contributors to this release

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

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

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2023-12-26..2024-01-30&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2023-12-26..2024-01-30&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2023-12-26..2024-01-30&type=Issues)

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

## 0.12.6

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.5...b4a55efb4eb3f9fc5191c18cbcb627129677fb10))
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 YRoom as YRoom
from .yutils import YMessageType as YMessageType

__version__ = "0.12.7"
__version__ = "0.13.0"

0 comments on commit 29bd17b

Please sign in to comment.