Skip to content

Commit 0e19a6a

Browse files
committed
Publish 0.14.2
SHA256 hashes: pycrdt_websocket-0.14.2-py3-none-any.whl: 63466de53716a9cc4625a7ef5afd884e51cc011921473c2f4aadc49734986584 pycrdt_websocket-0.14.2.tar.gz: 72b621d2c9fcd8829d6640eaa554739884febce0cdc20a19cb2f013ef73cca3f
1 parent 713f539 commit 0e19a6a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## 0.14.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.1...713f53930d61d3a8869dbbf75801c0f082b538ff))
8+
9+
### Enhancements made
10+
11+
- Allow passing a ydoc to a room [#66](https://github.com/jupyter-server/pycrdt-websocket/pull/66) ([@davidbrochart](https://github.com/davidbrochart))
12+
13+
### Maintenance and upkeep improvements
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-07-05&to=2024-08-29&type=c))
18+
19+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-07-05..2024-08-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-07-05..2024-08-29&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.14.1
624

725
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.0...de03fb95ca18c4fe548eaef0250d1f6cbb0594df))
@@ -16,8 +34,6 @@
1634

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2137
## 0.14.0
2238

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

pycrdt_websocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .websocket_server import exception_logger as exception_logger
55
from .yroom import YRoom as YRoom
66

7-
__version__ = "0.14.1"
7+
__version__ = "0.14.2"

0 commit comments

Comments
 (0)