Skip to content

Commit 58dc3ea

Browse files
committed
Publish 0.15.4
SHA256 hashes: pycrdt_websocket-0.15.4-py3-none-any.whl: 63c257cf67bfeade5d9943f98856aacd564f75586c8d696f06a957622e1fb152 pycrdt_websocket-0.15.4.tar.gz: 46612b3580aa70b70fbf20b0adc0b4afec6d95d3bde142739ef26e74dacf4c9e
1 parent 4c9f21a commit 58dc3ea

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.15.4
6+
7+
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.15.3...4c9f21a9e75d7f726f293674abee820837e44ea7))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Increase pycrdt compatible version range [#104](https://github.com/jupyter-server/pycrdt-websocket/pull/104) ([@fcollonval](https://github.com/fcollonval))
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-12-10&to=2025-01-23&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-12-10..2025-01-23&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Afcollonval+updated%3A2024-12-10..2025-01-23&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-12-10..2025-01-23&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.15.3
622

723
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.15.2...3a74f65bd4d0e27634ec035699828e1cf80bd036))
@@ -16,8 +32,6 @@
1632

1733
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-12-10..2024-12-10&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.15.2
2236

2337
([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.15.1...d208ff03390d17e0dc3e438e39d0af150b3f7d93))

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.15.3"
7+
__version__ = "0.15.4"

0 commit comments

Comments
 (0)