Skip to content

Commit 449ba9f

Browse files
committed
Publish 0.15.1
SHA256 hashes: pycrdt_websocket-0.15.1-py3-none-any.whl: 4b5c5a7001358b61b14b3ac1c4a13db1d05678f35836e9e5ee829228ce736caf pycrdt_websocket-0.15.1.tar.gz: a20b6c6c4926c57176c23bdaee79b064297c50acd251b55f29c7a9ee7068a6c8
1 parent b43acfd commit 449ba9f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

Diff for: CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.15.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.15.0...b43acfd307f4af68efc6bc460e9e597748cdf59e))
8+
9+
### Enhancements made
10+
11+
- Start the server awareness [#78](https://github.com/jupyter-server/pycrdt-websocket/pull/78) ([@brichet](https://github.com/brichet))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-10-09&to=2024-10-14&type=c))
16+
17+
[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Abrichet+updated%3A2024-10-09..2024-10-14&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.15.0
622

723
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.3...e361683b4752cedce933c362c510e40302865dc4))
@@ -22,8 +38,6 @@
2238

2339
[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Abrichet+updated%3A2024-10-04..2024-10-09&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-10-04..2024-10-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-10-04..2024-10-09&type=Issues)
2440

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2741
## 0.14.3
2842

2943
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.14.2...04d5eb3ce82e5677890c88540d8da8f7e3d6821a))

Diff for: pycrdt_websocket/__init__.py

+1-1
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.15.0"
7+
__version__ = "0.15.1"

0 commit comments

Comments
 (0)